Update main.py

This commit is contained in:
ElBe 2022-10-15 10:47:04 +02:00 committed by GitHub
parent b7408bceac
commit 46675fff3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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