diff options
Diffstat (limited to 'discord/emoji.py')
| -rw-r--r-- | discord/emoji.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/emoji.py b/discord/emoji.py index fdb13430..3c61b137 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -123,7 +123,7 @@ class Emoji(Hashable): Deletes the custom emoji. - You must have :attr:`Permissions.manage_emojis` permission to + You must have :attr:`~Permissions.manage_emojis` permission to do this. Guild local emotes can only be deleted by user bots. @@ -149,7 +149,7 @@ class Emoji(Hashable): Edits the custom emoji. - You must have :attr:`Permissions.manage_emojis` permission to + You must have :attr:`~Permissions.manage_emojis` permission to do this. Guild local emotes can only be edited by user bots. |