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):