diff options
| author | 2019-07-16 15:06:09 -0700 | |
|---|---|---|
| committer | 2019-07-16 15:06:09 -0700 | |
| commit | f4140471a936537aa67ddb9184b2d52bdd9e4114 (patch) | |
| tree | 54b1830d27612a4ffc63d135e05f57f527ebf677 /config-default.yml | |
| parent | Merge remote-tracking branch 'origin/django' into django-merge (diff) | |
| parent | Whitelisting the kivy discord server from our filters (diff) | |
Merge remote-tracking branch 'origin/master' into django-merge
Merge user-event whitelists and special character support for off topic names.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index dd5126230..2f5dcf5dc 100644 --- a/config-default.yml +++ b/config-default.yml @@ -115,6 +115,7 @@ guild: staff_lounge: &STAFF_LOUNGE 464905259261755392 talent_pool: &TALENT_POOL 534321732593647616 userlog: 528976905546760203 + user_event_a: &USER_EVENT_A 592000283102674944 verification: 352442727016693763 ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG] @@ -215,6 +216,7 @@ filter: - *STAFF_LOUNGE - *DEVTEST - *TALENT_POOL + - *USER_EVENT_A role_whitelist: - *ADMIN_ROLE |