diff options
author | 2020-03-30 18:59:58 +0200 | |
---|---|---|
committer | 2020-03-30 18:59:58 +0200 | |
commit | fbcdf1303de2813d0ae72cc6ec895e2a897d9a24 (patch) | |
tree | 0560de16409971fd1b63aa6bd4205513ad59b98a | |
parent | Deseasonify: add helper func to resolve current month (diff) |
Deseasonify: add default persistent config file for branding cog
-rw-r--r-- | bot/resources/evergreen/branding.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/resources/evergreen/branding.json b/bot/resources/evergreen/branding.json new file mode 100644 index 00000000..747c0fe8 --- /dev/null +++ b/bot/resources/evergreen/branding.json @@ -0,0 +1,3 @@ +{ + "daemon_active": false +} |