From 53bf1919c739f8768f1885d1e40a0f32475b1554 Mon Sep 17 00:00:00 2001 From: Arthaxeres <70033559+scrazzz@users.noreply.github.com> Date: Wed, 24 Feb 2021 10:06:02 +0300 Subject: [PATCH] Fix docstring for Guild.create_role --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 697537afc..025448dd3 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