From 1cdced9c2f561042a8bc27af4ea3f69cc0e9daf1 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Mon, 27 Dec 2021 00:57:56 +0500 Subject: [PATCH] remove unused variables --- config.sample.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.sample.js b/config.sample.js index 0b1997ea..b38dded1 100644 --- a/config.sample.js +++ b/config.sample.js @@ -1,10 +1,6 @@ module.exports = { /* The token of your Discord Bot */ token: "XXXXXXXXXXX", - /* Youtube token */ - youtubeToken: "XXXXXXXXXXX", - /* Your Github API token for private repos */ - githubToken: "XXXXXXXXXXX", /* For the support server */ support: { id: "XXXXXXXXXXX", // The ID of the support server @@ -20,7 +16,7 @@ module.exports = { expressSessionPassword: "XXXXXXXXXXX", // Express session password (it can be what you want) failureURL: "https://dashboard.example.com" // url on which users will be redirected if they click the cancel button (discord authentication) }, - mongoDB: "mongodb://localhost:27017/AtlantaBot", // The URl of the mongodb database + mongoDB: "mongodb://localhost:27017/discordbot", // The URl of the mongodb database prefix: "*", // The default prefix for the bot /* For the embeds (embeded messages) */ embed: {