mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-09 14:03:53 +00:00
Global checks are checks that are executed before regular per-command checks except done to every command that the bot has registered. This allows you to have checks that apply to every command without having to override `on_message` or appending the check to every single command.