diff options
| author | 2019-06-22 18:16:11 +0200 | |
|---|---|---|
| committer | 2019-06-22 18:16:11 +0200 | |
| commit | 681344ca5aa96b5a938d32955bc50a5200b19aca (patch) | |
| tree | d5d1d0099db1b9ae285ed41491a23592789c6f9b /config-default.yml | |
| parent | Merge branch 'master' into off-topic-convert (diff) | |
| parent | Anti-spam should use the same whitelist as Filters (diff) | |
Merge branch 'master' into off-topic-convert
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 15a897fa4..af0621ece 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] @@ -210,6 +211,7 @@ filter: - *STAFF_LOUNGE - *DEVTEST - *TALENT_POOL + - *USER_EVENT_A role_whitelist: - *ADMIN_ROLE |