diff options
| author | 2022-10-05 19:15:42 +0100 | |
|---|---|---|
| committer | 2022-10-05 19:15:42 +0100 | |
| commit | 1784014abd2e3d895bdc4734de35fabcf2840a31 (patch) | |
| tree | f0eebd3c4e386a6ec8550a3eac5d2c6289f2d099 /config-default.yml | |
| parent | Add message when there are no patrons in a tier (diff) | |
| parent | Merge pull request #2284 from shtlrs/2281-fix-non-awaited-remove-cog-calls (diff) | |
Merge branch 'main' into patreon
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 604555783..a5f4a5bda 100644 --- a/config-default.yml +++ b/config-default.yml @@ -178,6 +178,7 @@ guild: # Logs attachment_log: &ATTACH_LOG 649243850006855680 + filter_log: &FILTER_LOG 1014943924185473094 message_log: &MESSAGE_LOG 467752170159079424 mod_log: &MOD_LOG 282638479504965634 nomination_archive: 833371042046148738 @@ -257,6 +258,7 @@ guild: - *MESSAGE_LOG - *MOD_LOG - *STAFF_VOICE + - *FILTER_LOG reminder_whitelist: - *BOT_CMD |