mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
remove unused variables
This commit is contained in:
parent
8f8911545f
commit
1cdced9c2f
1 changed files with 1 additions and 5 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue