1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/src/struct/config/config.js

23 lines
685 B
JavaScript
Raw Normal View History

2020-02-05 20:02:53 +00:00
module.exports = {
//credentials
token: process.env.TOKEN,
api_key: process.env.API_KEY,
//channels
debug_channel: "634718645188034560",
devId: "360363051792203779",
//misc
2020-02-05 20:10:20 +00:00
embedColor: "#B127CD",
invite: "https://discordapp.com/api/oauth2/authorize?client_id=649252971690983446&permissions=8&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D649252971690983446%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
2020-02-05 20:02:53 +00:00
//Settings
2020-02-05 20:10:20 +00:00
devMode: false,
2020-02-05 20:02:53 +00:00
dblApi: false,
saveDB: false,
//db values
prefix: "-",
defaultVolume: 5,
permissions: false,
dj: false,
djrole: null,
startPlaying: true,
}