-
-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
Milestone
Description
Line: 1197
Lines 1194 to 1204 in 6ab3292
) | |
# global check registration | |
# TODO: Remove these from commands.Bot | |
def check(self, func): | |
"""A decorator that adds a global check to the bot. A global check is similar to a :func:`.check` that is | |
applied on a per-command basis except it is run before any command checks have been verified and applies to | |
every command the bot has. | |
.. note:: |