Update Config.js

This commit is contained in:
Josh S 2022-06-18 23:30:22 -04:00 committed by GitHub
parent addc9c50b4
commit fee1fdff7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}