aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-12 15:34:39 +0200
committerGravatar Leon Sandøy <[email protected]>2020-07-12 15:34:39 +0200
commit5007e736b93017003f02a75d12ce1ef8bae9fd69 (patch)
treefc7b194ffb98cb26634942929f483c33573f9869
parentRelay all DMs and embeds to #dm-log. (diff)
Replace channel ID with webhook ID for dm_log.
https://github.com/python-discord/bot/issues/667
-rw-r--r--bot/constants.py2
-rw-r--r--config-default.yml4
2 files changed, 2 insertions, 4 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 074699025..3f44003a8 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -416,7 +416,6 @@ class Channels(metaclass=YAMLGetter):
user_log: int
verification: int
voice_log: int
- dm_log: int
class Webhooks(metaclass=YAMLGetter):
@@ -428,6 +427,7 @@ class Webhooks(metaclass=YAMLGetter):
reddit: int
duck_pond: int
dev_log: int
+ dm_log: int
class Roles(metaclass=YAMLGetter):
diff --git a/config-default.yml b/config-default.yml
index d3ba45f88..c09902a5d 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -150,7 +150,6 @@ guild:
mod_log: &MOD_LOG 282638479504965634
user_log: 528976905546760203
voice_log: 640292421988646961
- dm_log: 653713721625018428
# Off-topic
off_topic_0: 291284109232308226
@@ -252,10 +251,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