diff options
| -rw-r--r-- | discord/emoji.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/emoji.py b/discord/emoji.py index facdaa93..46abcdcf 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -210,8 +210,6 @@ class Emoji(Hashable): You must have :attr:`~Permissions.manage_emojis` permission to do this. - Note that bot accounts can only delete custom emojis they own. - Parameters ----------- reason: Optional[str] |