Organise documentation

This commit is contained in:
NCPlayz
2019-03-19 08:24:42 -04:00
committed by Rapptz
parent 5e65ec978c
commit fb02191b80
30 changed files with 417 additions and 419 deletions
+3 -3
View File
@@ -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