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:
parent
f25ceb32a5
commit
bf668e10b9
1 changed files with 0 additions and 3 deletions
|
@ -59,9 +59,6 @@ class Emotes(commands.Cog):
|
||||||
if context.command is self.list:
|
if context.command is self.list:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if context.command is self.list:
|
|
||||||
return True
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
not context.author.guild_permissions.manage_emojis
|
not context.author.guild_permissions.manage_emojis
|
||||||
or not context.guild.me.guild_permissions.manage_emojis
|
or not context.guild.me.guild_permissions.manage_emojis
|
||||||
|
|
Loading…
Reference in a new issue