diff --git a/cogs/help.py b/cogs/help.py index 4fe22c8..780b0d0 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -260,7 +260,7 @@ class Help(commands.Cog): # @mention and @debug commands @commands.Cog.listener() async def on_message(self, message): - if message.author == self.bot.owner: + if message.author == self.bot.user: return if message.content.startswith("@mention"):