diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 15f1a143a..17aa69ead 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. @@ -313,3 +313,6 @@ wolfram: user_limit_day: 10 guild_limit_day: 67 key: !ENV "WOLFRAM_API_KEY" + +config: + required_keys: ['bot.token'] |