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

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

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