diff options
| author | Rapptz <[email protected]> | 2017-07-01 16:18:07 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-07-01 16:18:07 -0400 |
| commit | 867d918e30aff7ffe7777e70b689bca45d34a972 (patch) | |
| tree | 70bd7e858f6cd8f73800cdb0ab6a094eef6109f3 /docs | |
| parent | Add support for user flags in Profile. (diff) | |
| download | discord.py-867d918e30aff7ffe7777e70b689bca45d34a972.tar.xz discord.py-867d918e30aff7ffe7777e70b689bca45d34a972.zip | |
Add when_mentioned and when_mentioned_or to the documentation.
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 897f149c..26733074 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -17,6 +17,10 @@ Bot .. autoclass:: discord.ext.commands.AutoShardedBot :members: +.. autofunction:: discord.ext.commands.when_mentioned + +.. autofunction:: discord.ext.commands.when_mentioned_or + .. _ext_commands_api_events: Event Reference |