diff options
| author | 2020-11-16 20:35:44 +0200 | |
|---|---|---|
| committer | 2020-11-16 20:35:44 +0200 | |
| commit | 7742078f970adfc66b0c2eb3b47578631321a0f5 (patch) | |
| tree | 0fe7a7c4657f869973641b87a76fbffb34263ac1 /config-default.yml | |
| parent | Port seasons from SeasonalBot to here (diff) | |
Add basic branding configuration
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 8912841ff..91ecf3107 100644 --- a/config-default.yml +++ b/config-default.yml @@ -525,5 +525,9 @@ voice_gate: voice_ping_delete_delay: 60 # Seconds before deleting the bot's ping to user in Voice Gate +branding: + cycle_frequency: 3 # How many days bot wait before refreshing server icon + + config: required_keys: ['bot.token'] |