From db1530cc89572641bcb8ada06759c0e11a65855b Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 10 Dec 2022 00:53:33 +0100 Subject: [PATCH] Update code.py --- code/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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