diff options
| author | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
| commit | b44bba6ee6e29b38d1e579c602821582e155ec3b (patch) | |
| tree | 355df44874b3e5f8ee4e825339cb57783e3677ca /discord/emoji.py | |
| parent | Rename abc.Callable to abc.Connectable. (diff) | |
| download | discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip | |
First pass at documentation reform.
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. |