mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
12 lines
444 B
ReStructuredText
12 lines
444 B
ReStructuredText
.. _checks:
|
|
|
|
========================
|
|
Command Check Decorators
|
|
========================
|
|
|
|
The following are all decorators for commands, which add restrictions to where and when they can be
|
|
run.
|
|
|
|
.. automodule:: redbot.core.commands
|
|
:members: permissions_check, bot_has_permissions, bot_in_a_guild, has_permissions, has_guild_permissions, is_owner, guildowner, guildowner_or_permissions, admin, admin_or_permissions, mod, mod_or_permissions
|