aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/config-default.yml b/config-default.yml
index 15f1a143a..0019d1688 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -1,6 +1,6 @@
bot:
- help_prefix: "bot."
- token: !REQUIRED_ENV "BOT_TOKEN"
+ help_prefix: "bot."
+ token: !ENV "BOT_TOKEN"
cooldowns:
# Per channel, per tag.
@@ -129,7 +129,7 @@ guild:
filter:
# What do we filter?
- filter_zalgo: true
+ filter_zalgo: false
filter_invites: true
filter_domains: true
watch_words: true
@@ -218,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}"]
@@ -288,7 +288,7 @@ anti_spam:
links:
interval: 10
- max: 20
+ max: 10
mentions:
interval: 10
@@ -313,3 +313,6 @@ wolfram:
user_limit_day: 10
guild_limit_day: 67
key: !ENV "WOLFRAM_API_KEY"
+
+config:
+ required_keys: ['bot.token']