From c54e43360b027a976e0c6b1a768808f2da8384a0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 19 Apr 2021 04:46:02 -0400 Subject: [commands] Add run_converters helper to call converters --- docs/ext/commands/api.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ext') 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 -- cgit v1.2.3