diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 7130eb540..046c1ea56 100644 --- a/config-default.yml +++ b/config-default.yml @@ -15,6 +15,7 @@ style: colours: soft_red: 0xcd6d6d soft_green: 0x68c290 + soft_orange: 0xf9cb54 emojis: defcon_disabled: "<:defcondisabled:470326273952972810>" @@ -217,7 +218,7 @@ urls: site_bigbrother_api: !JOIN [*SCHEMA, *API, "/bot/bigbrother"] site_docs_api: !JOIN [*SCHEMA, *API, "/bot/docs"] site_facts_api: !JOIN [*SCHEMA, *API, "/bot/snake_facts"] - site_hiphopify_api: !JOIN [*SCHEMA, *API, "/bot/hiphopify"] + site_superstarify_api: !JOIN [*SCHEMA, *API, "/bot/superstarify"] site_idioms_api: !JOIN [*SCHEMA, *API, "/bot/snake_idioms"] site_infractions: !JOIN [*SCHEMA, *API, "/bot/infractions"] site_infractions_user: !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}"] @@ -306,3 +307,9 @@ reddit: request_delay: 60 subreddits: - 'r/Python' + +wolfram: + # Max requests per day. + user_limit_day: 10 + guild_limit_day: 67 + key: !ENV "WOLFRAM_API_KEY" |