Browse Source

[commands] Add BadColorArgument to __all__

pull/6916/head
Tari 4 years ago
committed by GitHub
parent
commit
42bab370a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/ext/commands/errors.py

1
discord/ext/commands/errors.py

@ -49,6 +49,7 @@ __all__ = (
'ChannelNotFound',
'ChannelNotReadable',
'BadColourArgument',
'BadColorArgument',
'RoleNotFound',
'BadInviteArgument',
'EmojiNotFound',

Loading…
Cancel
Save