aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthaxeres <[email protected]>2021-02-24 10:06:02 +0300
committerGitHub <[email protected]>2021-02-24 02:06:02 -0500
commit53bf1919c739f8768f1885d1e40a0f32475b1554 (patch)
tree0f34a2c21b431191a9f78b203bee15584df52a2f
parentAdd remaining template endpoints (diff)
downloaddiscord.py-53bf1919c739f8768f1885d1e40a0f32475b1554.tar.xz
discord.py-53bf1919c739f8768f1885d1e40a0f32475b1554.zip
Fix docstring for Guild.create_role
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 697537af..025448dd 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -1779,7 +1779,7 @@ class Guild(Hashable):
You must have the :attr:`~Permissions.manage_roles` permission to
do this.
- ..versionchanged:: 1.6
+ .. versionchanged:: 1.6
Can now pass ``int`` to ``colour`` keyword-only parameter.
Parameters