aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-23 11:46:12 -0800
committerGravatar MarkKoz <[email protected]>2020-02-23 12:33:36 -0800
commitbf7dd8c17dea3d0c12139893c210500fdad820f9 (patch)
treeb929b58f924debddf7320e5a21596ad4e3ba08c0
parentConfig: split roles into categories (diff)
Config: split channels into categories
-rw-r--r--config-default.yml60
1 files changed, 39 insertions, 21 deletions
diff --git a/config-default.yml b/config-default.yml
index 203f9e64e..415ed13f4 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -113,19 +113,32 @@ guild:
python_help: 356013061213126657
channels:
- admins: &ADMINS 365960823622991872
- admin_spam: &ADMIN_SPAM 563594791770914816
- admins_voice: &ADMINS_VOICE 500734494840717332
announcements: 354619224620138496
- attachment_log: &ATTCH_LOG 649243850006855680
- big_brother_logs: &BBLOGS 468507907357409333
- bot: &BOT_CMD 267659945086812160
checkpoint_test: 422077681434099723
- defcon: &DEFCON 464469101889454091
+ user_event_a: &USER_EVENT_A 592000283102674944
+
+ # Development
devcontrib: &DEV_CONTRIB 635950537262759947
devlog: &DEVLOG 622895325144940554
devtest: &DEVTEST 414574275865870337
- esoteric: 470884583684964352
+
+ # Discussion
+ meta: 429409067623251969
+ python: 267624335836053506
+
+ # Logs
+ attachment_log: &ATTCH_LOG 649243850006855680
+ message_log: &MESSAGE_LOG 467752170159079424
+ modlog: &MODLOG 282638479504965634
+ userlog: 528976905546760203
+ voice_log: 640292421988646961
+
+ # Off-topic
+ off_topic_0: 291284109232308226
+ off_topic_1: 463035241142026251
+ off_topic_2: 463035268514185226
+
+ # Python Help
help_0: 303906576991780866
help_1: 303906556754395136
help_2: 303906514266226689
@@ -134,26 +147,31 @@ guild:
help_5: 454941769734422538
help_6: 587375753306570782
help_7: 587375768556797982
+
+ # Special
+ bot: &BOT_CMD 267659945086812160
+ esoteric: 470884583684964352
+ reddit: 458224812528238616
+ verification: 352442727016693763
+
+ # Staff
+ admins: &ADMINS 365960823622991872
+ admin_spam: &ADMIN_SPAM 563594791770914816
+ defcon: &DEFCON 464469101889454091
helpers: &HELPERS 385474242440986624
- message_log: &MESSAGE_LOG 467752170159079424
- meta: 429409067623251969
- mod_spam: &MOD_SPAM 620607373828030464
mods: &MODS 305126844661760000
mod_alerts: 473092532147060736
- modlog: &MODLOG 282638479504965634
- off_topic_0: 291284109232308226
- off_topic_1: 463035241142026251
- off_topic_2: 463035268514185226
+ mod_spam: &MOD_SPAM 620607373828030464
organisation: &ORGANISATION 551789653284356126
- python: 267624335836053506
- reddit: 458224812528238616
staff_lounge: &STAFF_LOUNGE 464905259261755392
+
+ # Voice
+ admins_voice: &ADMINS_VOICE 500734494840717332
staff_voice: &STAFF_VOICE 412375055910043655
+
+ # Watch
+ big_brother_logs: &BBLOGS 468507907357409333
talent_pool: &TALENT_POOL 534321732593647616
- userlog: 528976905546760203
- user_event_a: &USER_EVENT_A 592000283102674944
- verification: 352442727016693763
- voice_log: 640292421988646961
staff_channels: [*ADMINS, *ADMIN_SPAM, *MOD_SPAM, *MODS, *HELPERS, *ORGANISATION, *DEFCON]
ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG, *ADMINS_VOICE, *STAFF_VOICE, *ATTCH_LOG]