This repository has been archived on 2024-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
discord.js-rr-bot/Config.js
2022-06-18 23:28:38 -04:00

6 lines
No EOL
292 B
JavaScript

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
}