diff options
Diffstat (limited to 'discord/emoji.py')
| -rw-r--r-- | discord/emoji.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/emoji.py b/discord/emoji.py index 2d01e335..b9ead71b 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -224,7 +224,7 @@ class Emoji: Parameters ----------- - reason: Optional[str] + reason: Optional[:class:`str`] The reason for deleting this emoji. Shows up on the audit log. Raises @@ -247,11 +247,11 @@ class Emoji: Parameters ----------- - name: str + name: :class:`str` The new emoji name. roles: Optional[list[:class:`Role`]] A :class:`list` of :class:`Role`\s that can use this emoji. Leave empty to make it available to everyone. - reason: Optional[str] + reason: Optional[:class:`str`] The reason for editing this emoji. Shows up on the audit log. Raises |