diff options
| author | 2018-11-15 20:54:03 +0000 | |
|---|---|---|
| committer | 2018-11-15 20:54:03 +0000 | |
| commit | fb9769427014f4f4c50038cb87c86228f2a58a3c (patch) | |
| tree | d98e570e1534c6ce6e2656c93ae0d495ca934cd5 /config-default.yml | |
| parent | Merge branch 'hemlock/moderation_hidden_param' into 'master' (diff) | |
Big Brother Watch Message Queue & Reformat
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 0019d1688..1ecdfc5b9 100644 --- a/config-default.yml +++ b/config-default.yml @@ -308,11 +308,17 @@ reddit: subreddits: - 'r/Python' + wolfram: # Max requests per day. user_limit_day: 10 guild_limit_day: 67 key: !ENV "WOLFRAM_API_KEY" + +big_brother: + log_delay: 15 + + config: required_keys: ['bot.token'] |