diff options
Diffstat (limited to 'discord/ext/commands/converter.py')
| -rw-r--r-- | discord/ext/commands/converter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index 12bb0646..f3d7b257 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -362,6 +362,7 @@ class CategoryChannelConverter(IDConverter): class ColourConverter(Converter): """Converts to a :class:`~discord.Colour`. + .. versionchanged:: 1.5 Add an alias named ColorConverter |