From 78aab0f9f656391d351124ccc5f6eb62e9b0f49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20H?= Date: Wed, 22 Apr 2020 18:04:44 +0200 Subject: [PATCH] auto-update config prepartion --- configTemplate.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configTemplate.js b/configTemplate.js index 14c8d39..26a068b 100644 --- a/configTemplate.js +++ b/configTemplate.js @@ -6,6 +6,14 @@ const config = { // Bot name botName: '', + // Auto-update from git (WIP) + autoUpdate: { + enabled: false, // enable auto-update + branch: 'next', // git branch + autoFetch: false, // check if an update is available and automatically restart and update + fetchInterval: 60000, // auto-fetch interval in milliseconds + }, + // API keys that are required for some features/commands keys: { dbl: '', // top.gg key