diff options
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index 3b12eeea..a13c3336 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1733,6 +1733,9 @@ class Guild(Hashable): You must have the :attr:`~Permissions.manage_roles` permission to do this. + ..versionchanged:: 1.6 + Can now pass ``int`` to ``colour`` keyword-only parameter. + Parameters ----------- name: :class:`str` |