2020-03-02 19:38:42 +00:00
|
|
|
require('dotenv/config');
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
//credentials
|
|
|
|
token: process.env.TOKEN,
|
|
|
|
devToken: process.env.DEVTOKEN,
|
2020-03-02 20:02:37 +00:00
|
|
|
//support guild
|
2020-03-02 20:02:48 +00:00
|
|
|
supportGuild: "https://discord.gg/rRA65Mn",
|
2020-03-02 19:38:42 +00:00
|
|
|
//channels
|
|
|
|
debug_channel: "634718645188034560",
|
|
|
|
primary_test_channel: "617633098296721409",
|
|
|
|
secondary_test_channel: "570531724002328577",
|
|
|
|
devId: "360363051792203779",
|
|
|
|
//misc
|
|
|
|
embedColor: "",
|
2020-03-02 19:58:33 +00:00
|
|
|
invite: "https://discordapp.com/api/oauth2/authorize?client_id=684109535312609409&permissions=3427328&scope=bot",
|
2020-03-02 19:38:42 +00:00
|
|
|
//Settings
|
|
|
|
devMode: false,
|
2020-03-02 20:15:29 +00:00
|
|
|
prefix: "rx>",
|
2020-03-02 19:38:42 +00:00
|
|
|
devPrefix: "-",
|
|
|
|
volume: 5,
|
|
|
|
}
|