Update Config.js
This commit is contained in:
parent
addc9c50b4
commit
fee1fdff7d
1 changed files with 5 additions and 5 deletions
10
Config.js
10
Config.js
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
prefix: ["e"], // Prefixes of the bot
|
||||
developers: ["764888169047916636", "756160653307412532"], //Owners of the bot
|
||||
token: "OTgwNjc5NTQ3NjI2MzQ4NjE0.GBgoHE.cDDeLHcvsVDc3in53sMeS08GjsekiSPpKJWDxQ", //TOKEN
|
||||
mongo: "mongodb://144.172.80.86:3465" // Mongo URI
|
||||
}
|
||||
prefix: [""], // Prefixes of the bot
|
||||
developers: ["", ""], //Owners of the bot
|
||||
token: "", //TOKEN
|
||||
mongo: "" // Mongo URI
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue