diff --git a/telegram.py b/telegram.py index 40487dcd..1f0ee399 100644 --- a/telegram.py +++ b/telegram.py @@ -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()