1 messages · Page 1 of 1 (latest)
bot isnt defined in that class
wdym
in Cogs, use @commands.Cog.listener()
@commands.Cog.listener()
ooh sorry
bot isnt defined, only self.bot is, and you cant use self in a decorator like @self.bot
@self.bot
i forgot about that