diff --git a/cogs/emote.py b/cogs/emote.py index 022a19b..529d524 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -45,6 +45,9 @@ class Emotes: raise commands.NoPrivateMessage return False + if context.command is self.list: + return True + if ( not context.author.guild_permissions.manage_emojis or not context.guild.me.guild_permissions.manage_emojis