diff options
author | 2020-03-02 13:10:40 +0100 | |
---|---|---|
committer | 2020-03-02 13:10:40 +0100 | |
commit | cec9d77a0f8a738f74d02848265a6af86a9cc2d4 (patch) | |
tree | d0a06d7daa4c427660db9448dda1d3854411bec9 | |
parent | Merge pull request #783 from python-discord/python38-migration (diff) |
Adding helpers to the Filtering whitelist
Resolves an issue mentioned in https://github.com/python-discord/bot/issues/767, giving Helpers access to post invites and other things caught by the Filtering cog.
-rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 9beb610cc..5788d1e12 100644 --- a/config-default.yml +++ b/config-default.yml @@ -353,6 +353,7 @@ filter: - *ADMINS_ROLE - *MODS_ROLE - *OWNERS_ROLE + - *HELPERS_ROLE - *PY_COMMUNITY_ROLE |