diff options
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 |