mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
* This starts setting up checks.py to handle managed permission overrides * missing else fix * don't bypass is_owner, ever * Modifies the predicates so that their inner functions are accesible from cogs without being a check * Update checks.py Safety for existing permissions.py cogs * block permissions cog from being unblocked by the permissions cog as a safety feature (really, co-owner exists at this point) * un mix the 2 PRs (*sigh*) * Update checks.py remove debug prints that got lost inshuffle