diff options
| author | 2020-10-19 00:18:53 -0700 | |
|---|---|---|
| committer | 2020-10-19 00:18:53 -0700 | |
| commit | 9bf97abf4df248610a32fc3da2aff47a81558086 (patch) | |
| tree | b119c18f064f29c770ffc54302d2b9692c745041 /config-default.yml | |
| parent | Merge pull request #1247 from python-discord/voice-gate-delay-grant (diff) | |
| parent | Merge branch 'master' into mbaruh-mod-channels (diff) | |
Merge pull request #1243 from python-discord/mbaruh-mod-channels
Centralized handling of mod channel check
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index c712d1eb7..71d4419a7 100644 --- a/config-default.yml +++ b/config-default.yml @@ -128,7 +128,8 @@ guild: help_available: 691405807388196926 help_in_use: 696958401460043776 help_dormant: 691405908919451718 - modmail: 714494672835444826 + modmail: &MODMAIL 714494672835444826 + logs: &LOGS 468520609152892958 channels: # Public announcement and news channels @@ -180,7 +181,7 @@ guild: incidents: 714214212200562749 incidents_archive: 720668923636351037 mods: &MODS 305126844661760000 - mod_alerts: &MOD_ALERTS 473092532147060736 + mod_alerts: 473092532147060736 mod_spam: &MOD_SPAM 620607373828030464 organisation: &ORGANISATION 551789653284356126 staff_lounge: &STAFF_LOUNGE 464905259261755392 @@ -201,10 +202,13 @@ guild: big_brother_logs: &BB_LOGS 468507907357409333 talent_pool: &TALENT_POOL 534321732593647616 + moderation_categories: + - *MODMAIL + - *LOGS + moderation_channels: - *ADMINS - *ADMIN_SPAM - - *MOD_ALERTS - *MODS - *MOD_SPAM |