hotfix cause I'm dumb and didn't see the double .bot

pull/9/head
sgoudham 4 years ago
parent a674461fc6
commit 034eab64dc

@ -20,7 +20,7 @@ class Events(Cog):
return return
# Processing the message # Processing the message
await self.bot.bot.process_commands(message) await self.bot.process_commands(message)
@Cog.listener() @Cog.listener()
async def on_ready(self): async def on_ready(self):

Loading…
Cancel
Save