aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 20:14:34 -0400
committerRapptz <[email protected]>2017-05-12 20:14:34 -0400
commitb44bba6ee6e29b38d1e579c602821582e155ec3b (patch)
tree355df44874b3e5f8ee4e825339cb57783e3677ca /discord/emoji.py
parentRename abc.Callable to abc.Connectable. (diff)
downloaddiscord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz
discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip
First pass at documentation reform.
Diffstat (limited to 'discord/emoji.py')
-rw-r--r--discord/emoji.py4
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.