1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

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

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