1 messages · Page 1 of 1 (latest)
Instead of commands.event use commands.Cog.listener()
commands.event
commands.Cog.listener()
.event can be used in your main bot file, it can't be used inside of a cog.
.event