fix a comment

nice commit iomintz
This commit is contained in:
io mintz 2020-09-29 09:12:48 +00:00
parent 403241d077
commit c3d92606ce
1 changed files with 1 additions and 1 deletions

View File

@ -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