diff options
| author | Rapptz <[email protected]> | 2020-01-06 22:03:27 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-06 22:03:56 -0500 |
| commit | ae3dac0d5971e156f04fecafe5cc1773b019f93f (patch) | |
| tree | 61a5605ecea92eed34012a84c4220a0d3110f9ae /docs | |
| parent | [commands] Document the changed Command.can_run behaviour (diff) | |
| download | discord.py-ae3dac0d5971e156f04fecafe5cc1773b019f93f.tar.xz discord.py-ae3dac0d5971e156f04fecafe5cc1773b019f93f.zip | |
[commands] Add check_any check to OR together various checks
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 71efb2b5..3672823a 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -118,6 +118,8 @@ Checks .. autofunction:: discord.ext.commands.check +.. autofunction:: discord.ext.commands.check_any + .. autofunction:: discord.ext.commands.has_role .. autofunction:: discord.ext.commands.has_permissions |