mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
remove one debug log statement
This commit is contained in:
parent
3550d5c502
commit
9cd8ed4189
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class Emotes:
|
|||
not context.author.guild_permissions.manage_emojis
|
||||
or not context.guild.me.guild_permissions.manage_emojis
|
||||
):
|
||||
logger.error('emote: check failed')
|
||||
raise errors.MissingManageEmojisPermission
|
||||
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue