1
Fork 0
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:
Steffo 2016-08-13 14:21:27 +02:00
parent 0a98f8edaa
commit e6f7c09a0b

View file

@ -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()