diff options
| author | 2019-06-22 16:42:56 +0200 | |
|---|---|---|
| committer | 2019-06-22 16:42:56 +0200 | |
| commit | b92d239cd526d7e389f51d7290a04e262d5e9d51 (patch) | |
| tree | ec991993020ba1c2b0429087380fcaa33f9e4e05 | |
| parent | Add Discord Hack Week server to Whitelist (#375) (diff) | |
Adding user-event-announcements to the spamfilter whitelist
| -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 |