eximiabots-radiox/config.js
Christer Warén 60cf8df203 Some changes
2020-03-08 16:22:34 +02:00

23 lines
505 B
JavaScript

require('dotenv/config');
module.exports = {
//credentials
token: "Njg0MTA5NTM1MzEyNjA5NDA5.XmOUxg.u2XChDQMZtokzueQRqGWc-CAvWE",
//support
supportGuild: "https://discord.gg/rRA65Mn",
devId: [
"493174343484833802",
"360363051792203779"
],
//misc
embedColor: "#88aa00",
invite: "https://discordapp.com/api/oauth2/authorize?client_id=684109535312609409&permissions=3427328&scope=bot",
//Settings
prefix: "rx>",
volume: 5
}