diff options
| author | Rapptz <[email protected]> | 2021-04-19 10:27:24 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-19 10:27:24 -0400 |
| commit | 18bf3d3a7d833990c0c8c67fe1dd9824160ee762 (patch) | |
| tree | 1365c71463874db7b29cc48be74ea2ba88850539 /discord/ext | |
| parent | [commands] Initial support for FlagConverter (diff) | |
| download | discord.py-18bf3d3a7d833990c0c8c67fe1dd9824160ee762.tar.xz discord.py-18bf3d3a7d833990c0c8c67fe1dd9824160ee762.zip | |
[commands] Actually expose the FlagError base error
Diffstat (limited to 'discord/ext')
| -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 7f6948ce..a624cf5f 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -75,6 +75,7 @@ __all__ = ( 'ExtensionFailed', 'ExtensionNotFound', 'CommandRegistrationError', + 'FlagError', 'BadFlagArgument', 'MissingFlagArgument', 'TooManyFlags', |