[commands] Add check_any check to OR together various checks

This commit is contained in:
Rapptz
2020-01-06 22:03:27 -05:00
parent 51546dbdb6
commit ae3dac0d59
3 changed files with 93 additions and 0 deletions

View File

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