mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Update code.py
This commit is contained in:
@@ -39,7 +39,7 @@ bot.loop.create_task(check_day_task())
|
|||||||
'''
|
'''
|
||||||
#run the bot
|
#run the bot
|
||||||
# Replace the following with your bot's token
|
# Replace the following with your bot's token
|
||||||
with open("key.txt") as f:
|
with open("./key.txt") as f:
|
||||||
key = f.read()
|
key = f.read()
|
||||||
|
|
||||||
bot.run(key)
|
bot.run(key)
|
||||||
Reference in New Issue
Block a user