From bf668e10b9969c411223551e26706f91b0b14588 Mon Sep 17 00:00:00 2001 From: Benjamin Mintz Date: Sun, 4 Aug 2019 10:17:32 +0000 Subject: [PATCH] cogs/emotes.cog_check: remove duplicate guard --- cogs/emote.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cogs/emote.py b/cogs/emote.py index 474e04e..1fb9f32 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -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