diff --git a/code/code.py b/code/code.py index 7c48fe1..b0497f7 100644 --- a/code/code.py +++ b/code/code.py @@ -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) \ No newline at end of file