diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index bfc07067..830509dc 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -173,6 +173,10 @@ Checks .. autofunction:: discord.ext.commands.max_concurrency +.. autofunction:: discord.ext.commands.before_invoke + +.. autofunction:: discord.ext.commands.after_invoke + .. autofunction:: discord.ext.commands.guild_only .. autofunction:: discord.ext.commands.dm_only |