1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-17 07:36:01 +00:00
This commit is contained in:
MatteZ02
2020-02-10 21:04:42 +02:00
parent 8647d8782f
commit c1bbdf9532
10 changed files with 45 additions and 32 deletions

View File

@ -1,9 +1,15 @@
require('dotenv/config');
module.exports = {
//credentials
token: process.env.TOKEN,
api_key: process.env.API_KEY,
devToken: process.env.DEVTOKEN,
dblKey: process.env.DBLKEY,
api_key: process.env.GOOGLE_API_KEY,
//channels
debug_channel: "634718645188034560",
primary_test_channel: "617633098296721409",
secondary_test_channel: "570531724002328577",
devId: "360363051792203779",
//misc
embedColor: "#B127CD",
@ -13,7 +19,7 @@ module.exports = {
dblApi: false,
saveDB: false,
//db values
prefix: "-",
prefix: "*",
defaultVolume: 5,
permissions: false,
dj: false,