[commands] Implement commands.before/after_invoke

This commit is contained in:
NCPlayz
2019-12-30 19:10:16 +00:00
committed by Rapptz
parent 3faa9799e3
commit 1b0e806245
2 changed files with 101 additions and 8 deletions

View File

@ -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