From 46675fff3eb671647a818e78b6ca530e8745450e Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Sat, 15 Oct 2022 10:47:04 +0200 Subject: [PATCH] Update main.py --- Replit/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Replit/main.py b/Replit/main.py index a27e3e3..40fd932 100644 --- a/Replit/main.py +++ b/Replit/main.py @@ -57,7 +57,7 @@ logging.basicConfig(filename='log.txt', level=logging.INFO) intents = discord.Intents.all() #Create commands -if bot_functions.json_module.get_config('Created', 'commands.json') == 0: +if bot_functions.json_module.get_config('Created', 'command.json') == 0: command.run() #Main