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:30:22 -04:00

6 lines
158 B
JavaScript

module.exports = {
prefix: [""], // Prefixes of the bot
developers: ["", ""], //Owners of the bot
token: "", //TOKEN
mongo: "" // Mongo URI
}