eximiabots-radiox/struct/config/config.js
2020-03-02 21:38:42 +02:00

21 lines
453 B
JavaScript

require('dotenv/config');
module.exports = {
//credentials
token: process.env.TOKEN,
devToken: process.env.DEVTOKEN,
//channels
debug_channel: "634718645188034560",
primary_test_channel: "617633098296721409",
secondary_test_channel: "570531724002328577",
devId: "360363051792203779",
//misc
embedColor: "",
invite: "",
//Settings
devMode: false,
prefix: "?",
devPrefix: "-",
volume: 5,
}