eximiabots-radiox/config.js

24 lines
447 B
JavaScript
Raw Normal View History

2020-03-08 14:22:00 +00:00
require('dotenv/config');
module.exports = {
//credentials
2020-03-11 23:08:42 +00:00
token: "",
2020-03-08 14:22:00 +00:00
//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
2020-03-11 22:39:08 +00:00
prefix: "rx-",
2020-03-08 14:22:00 +00:00
volume: 5
2020-03-11 22:39:08 +00:00
}