1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-09 15:29:57 +00:00

[commands] Document guild permission checks

This commit is contained in:
Rapptz 2020-01-07 04:50:52 -05:00
parent de5caf59d6
commit 92a3c1b583

@ -124,12 +124,16 @@ Checks
.. autofunction:: discord.ext.commands.has_permissions
.. autofunction:: discord.ext.commands.has_guild_permissions
.. autofunction:: discord.ext.commands.has_any_role
.. autofunction:: discord.ext.commands.bot_has_role
.. autofunction:: discord.ext.commands.bot_has_permissions
.. autofunction:: discord.ext.commands.bot_has_guild_permissions
.. autofunction:: discord.ext.commands.bot_has_any_role
.. autofunction:: discord.ext.commands.cooldown