From d07a680b7724adb772a6d967ae579c66cc957c9e Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Thu, 30 Apr 2020 13:18:44 +1000 Subject: [PATCH] update configTemplate --- configTemplate.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configTemplate.js b/configTemplate.js index b6e96c3..2c516a0 100644 --- a/configTemplate.js +++ b/configTemplate.js @@ -11,8 +11,12 @@ const config = { // Tokens "token": "", // Your bot's token. "devtoken": "", // (optional) another token, meant for a bot used for development - "ytkey": "", // Youtube API key, needed for music searching to work - "dblkey": "", // top.gg key, sends bot statistics to top.gg. You do not need this. + "dblkey": "", // (optional) top.gg key, sends bot statistics to top.gg. You do not need this. + + // Configurable API endpoints + endpoints: { + invidious: 'https://invidio.us/api/' + }, // Default per-server settings "defaultSettings" : {