diff --git a/cogs/events.py b/cogs/events.py index 30a5fdd..7987fa9 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -96,7 +96,7 @@ class Events(commands.Cog): await message.delete(delay=1) else: - if message.bot is True: + if message.author.bot is True: return if self.bot.user in message.mentions: if message.content.lower() == "good bot":