diff options
| author | Arthaxeres <[email protected]> | 2021-02-24 10:06:02 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-24 02:06:02 -0500 |
| commit | 53bf1919c739f8768f1885d1e40a0f32475b1554 (patch) | |
| tree | 0f34a2c21b431191a9f78b203bee15584df52a2f | |
| parent | Add remaining template endpoints (diff) | |
| download | discord.py-53bf1919c739f8768f1885d1e40a0f32475b1554.tar.xz discord.py-53bf1919c739f8768f1885d1e40a0f32475b1554.zip | |
Fix docstring for Guild.create_role
| -rw-r--r-- | discord/guild.py | 2 |
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 |