diff options
| author | Rapptz <[email protected]> | 2021-04-19 04:46:02 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-19 04:46:02 -0400 |
| commit | c54e43360b027a976e0c6b1a768808f2da8384a0 (patch) | |
| tree | 64899f92bfcf7db91ca51df5daa56f5e40355878 /docs | |
| parent | [commands] Add Context.current_parameter (diff) | |
| download | discord.py-c54e43360b027a976e0c6b1a768808f2da8384a0.tar.xz discord.py-c54e43360b027a976e0c6b1a768808f2da8384a0.zip | |
[commands] Add run_converters helper to call converters
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index eb930039..b8ef64cf 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -329,6 +329,8 @@ Converters .. autoclass:: discord.ext.commands.Greedy() +.. autofunction:: discord.ext.commands.run_converters + .. _ext_commands_api_errors: Exceptions |