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