diff --git a/bot.py b/bot.py index f5d5265..ec2dd54 100644 --- a/bot.py +++ b/bot.py @@ -38,7 +38,7 @@ async def on_message(message): @bot.event -async def on_command_completion(command, ctx): +async def on_command_completion(ctx): # There's no reason to continue waiting for this to complete, so lets immediately launch this in a new future bot.loop.create_task(process_command(ctx))