diff options
Diffstat (limited to 'discord/emoji.py')
| -rw-r--r-- | discord/emoji.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/emoji.py b/discord/emoji.py index 6faf8dbf..e2e7bf3a 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -193,8 +193,6 @@ class Emoji(Hashable): You must have :attr:`~Permissions.manage_emojis` permission to do this. - Guild local emotes can only be deleted by user bots. - Parameters ----------- reason: Optional[str] @@ -219,8 +217,6 @@ class Emoji(Hashable): You must have :attr:`~Permissions.manage_emojis` permission to do this. - Guild local emotes can only be edited by user bots. - Parameters ----------- name: str |