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