Update code.py

This commit is contained in:
Paillat
2022-12-10 00:53:33 +01:00
parent 478154f92d
commit db1530cc89

View File

@@ -39,7 +39,7 @@ bot.loop.create_task(check_day_task())
'''
#run the bot
# Replace the following with your bot's token
with open("key.txt") as f:
with open("./key.txt") as f:
key = f.read()
bot.run(key)