mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Totally not copypasted part 2
This commit is contained in:
parent
e6f7c09a0b
commit
1f16ecf0c8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import functools
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|
||||||
# Load Telegram API key from the telegramtoken.txt file
|
# Load Telegram API key from the telegramtoken.txt file
|
||||||
file = open("telegram.txt", "r")
|
file = open("telegramtoken.txt", "r")
|
||||||
token = file.read()
|
token = file.read()
|
||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue