remove unused variables

This commit is contained in:
JonnyBro 2021-12-27 00:57:56 +05:00
parent 8f8911545f
commit 1cdced9c2f

View file

@ -1,10 +1,6 @@
module.exports = { module.exports = {
/* The token of your Discord Bot */ /* The token of your Discord Bot */
token: "XXXXXXXXXXX", token: "XXXXXXXXXXX",
/* Youtube token */
youtubeToken: "XXXXXXXXXXX",
/* Your Github API token for private repos */
githubToken: "XXXXXXXXXXX",
/* For the support server */ /* For the support server */
support: { support: {
id: "XXXXXXXXXXX", // The ID of the support server 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) 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) 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 prefix: "*", // The default prefix for the bot
/* For the embeds (embeded messages) */ /* For the embeds (embeded messages) */
embed: { embed: {