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 = {
|
module.exports = {
|
||||||
prefix: ["e"], // Prefixes of the bot
|
prefix: [""], // Prefixes of the bot
|
||||||
developers: ["764888169047916636", "756160653307412532"], //Owners of the bot
|
developers: ["", ""], //Owners of the bot
|
||||||
token: "OTgwNjc5NTQ3NjI2MzQ4NjE0.GBgoHE.cDDeLHcvsVDc3in53sMeS08GjsekiSPpKJWDxQ", //TOKEN
|
token: "", //TOKEN
|
||||||
mongo: "mongodb://144.172.80.86:3465" // Mongo URI
|
mongo: "" // Mongo URI
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue