aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
diff options
context:
space:
mode:
authorTari <[email protected]>2021-05-16 22:40:06 +0300
committerGitHub <[email protected]>2021-05-16 15:40:06 -0400
commit42bab370a73440fa8af2380211ad92ccb6bf7f46 (patch)
treefdc37fe93ce1bffdcdd0aeb9e92e08387a4848f3 /discord/ext/commands
parentFix sending arrays with nulls in them when changing presences (diff)
downloaddiscord.py-42bab370a73440fa8af2380211ad92ccb6bf7f46.tar.xz
discord.py-42bab370a73440fa8af2380211ad92ccb6bf7f46.zip
[commands] Add BadColorArgument to __all__
Diffstat (limited to 'discord/ext/commands')
-rw-r--r--discord/ext/commands/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py
index a86cc850..ac973862 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -49,6 +49,7 @@ __all__ = (
'ChannelNotFound',
'ChannelNotReadable',
'BadColourArgument',
+ 'BadColorArgument',
'RoleNotFound',
'BadInviteArgument',
'EmojiNotFound',