diff options
| author | Tari <[email protected]> | 2021-05-16 22:40:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-16 15:40:06 -0400 |
| commit | 42bab370a73440fa8af2380211ad92ccb6bf7f46 (patch) | |
| tree | fdc37fe93ce1bffdcdd0aeb9e92e08387a4848f3 /discord/ext/commands | |
| parent | Fix sending arrays with nulls in them when changing presences (diff) | |
| download | discord.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.py | 1 |
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', |