diff options
| author | 2018-07-31 19:59:58 +0000 | |
|---|---|---|
| committer | 2018-07-31 19:59:58 +0000 | |
| commit | 9f7219b7b72bc54a7e7ed795b8e1ce83bd48b3ee (patch) | |
| tree | 74ea0054871c0d342bbfecf2d760adf3167b72a2 /config-default.yml | |
| parent | Merge branch 'better-modlogs' into 'master' (diff) | |
Relay subreddit posts to the #reddit channel
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 415c1fcdf..fd0e33633 100644 --- a/config-default.yml +++ b/config-default.yml @@ -96,6 +96,7 @@ guild: off_topic_1: 463035241142026251 off_topic_2: 463035268514185226 python: 267624335836053506 + reddit: 458224812528238616 staff_lounge: &STAFF_LOUNGE 464905259261755392 verification: 352442727016693763 @@ -291,3 +292,9 @@ anti_spam: role_mentions: interval: 10 max: 3 + + +reddit: + request_delay: 60 + subreddits: + - 'r/Python' |