From 034eab64dc829bb3da19bcd5bba4b1aa63dafc1c Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 4 Sep 2020 12:49:34 +0100 Subject: [PATCH] hotfix cause I'm dumb and didn't see the double .bot --- cogs/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/events.py b/cogs/events.py index c83f64c7..46312882 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -20,7 +20,7 @@ class Events(Cog): return # Processing the message - await self.bot.bot.process_commands(message) + await self.bot.process_commands(message) @Cog.listener() async def on_ready(self):