cogs/emotes.cog_check: remove duplicate guard

This commit is contained in:
Benjamin Mintz 2019-08-04 10:17:32 +00:00
parent f25ceb32a5
commit bf668e10b9
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ class Emotes(commands.Cog):
if context.command is self.list:
return True
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