diff options
| author | NCPlayz <[email protected]> | 2019-12-30 19:10:16 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 02:57:20 -0400 |
| commit | 1b0e80624556faa1577647d7d04b8343694bbd47 (patch) | |
| tree | 2ebcbb73cc5673524187185cc0a59626e3e490ca /docs | |
| parent | Fix documentation problem with color (diff) | |
| download | discord.py-1b0e80624556faa1577647d7d04b8343694bbd47.tar.xz discord.py-1b0e80624556faa1577647d7d04b8343694bbd47.zip | |
[commands] Implement `commands.before/after_invoke`
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 |