diff options
| author | 2020-09-02 21:55:41 +0200 | |
|---|---|---|
| committer | 2020-09-02 21:55:41 +0200 | |
| commit | abf44488772c29e3b98a16a7d786b4b7b1ef4c7e (patch) | |
| tree | 4175f459be3e583cf21832fbaaca39525d331f5b /config-default.yml | |
| parent | Merge pull request #1141 from wookie184/make-antimalware-ignore-bot-and-webhook (diff) | |
| parent | Merge branch 'master' into remove-wolfram (diff) | |
Merge pull request #1134 from python-discord/remove-wolfram
Completely gutted the wolfram command.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config-default.yml b/config-default.yml index b4dc34e85..a0f601728 100644 --- a/config-default.yml +++ b/config-default.yml @@ -393,13 +393,6 @@ reddit: secret: !ENV "REDDIT_SECRET" -wolfram: - # Max requests per day. - user_limit_day: 10 - guild_limit_day: 67 - key: !ENV "WOLFRAM_API_KEY" - - big_brother: log_delay: 15 header_message_limit: 15 |