diff options
| author | 2020-07-15 11:50:20 +0800 | |
|---|---|---|
| committer | 2020-07-15 11:50:20 +0800 | |
| commit | caf5be2070c66b117edea5a91a2486a535f483c4 (patch) | |
| tree | 7887036a74a9816f9588c265500407157e430c7a /config-default.yml | |
| parent | Merge pull request #1044 from python-discord/talentpool-oldest (diff) | |
| parent | Merge branch 'master' into dm_relay (diff) | |
Merge pull request #1041 from python-discord/dm_relay
Relay all DMs sent to the bot to #dm_log
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 19d79fa76..f2eb17b89 100644 --- a/config-default.yml +++ b/config-default.yml @@ -150,6 +150,7 @@ guild: mod_log: &MOD_LOG 282638479504965634 user_log: 528976905546760203 voice_log: 640292421988646961 + dm_log: 653713721625018428 # Off-topic off_topic_0: 291284109232308226 @@ -251,10 +252,9 @@ guild: duck_pond: 637821475327311927 dev_log: 680501655111729222 python_news: &PYNEWS_WEBHOOK 704381182279942324 - + dm_log: 654567640664244225 filter: - # What do we filter? filter_zalgo: false filter_invites: true |