diff --git a/Bot/bot.py b/Bot/bot.py index 8c6c1ac..d905123 100644 --- a/Bot/bot.py +++ b/Bot/bot.py @@ -228,4 +228,4 @@ class TheGuardiansBot(discord.Client): #Run client = TheGuardiansBot(intents = intents, max_messages=None) -client.run(token)#, log_handler=None) +client.run(token, log_handler=None)