From c3d92606ceacc16c4492f9e7a203a374cc7554db Mon Sep 17 00:00:00 2001 From: io mintz Date: Tue, 29 Sep 2020 09:12:48 +0000 Subject: [PATCH] fix a comment nice commit iomintz --- cogs/emote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/emote.py b/cogs/emote.py index 6d4b5fe..d195bcb 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -102,7 +102,7 @@ class Emotes(commands.Cog): if not context.guild: raise commands.NoPrivateMessage - # we can't just do `context.command.qualified_name in self.public_commands` here + # we can't just do `context.command in self.public_commands` here # because apparently Command.__eq__ is not defined if context.command.qualified_name in self.public_commands: return True