require('dotenv/config'); module.exports = { //credentials token: process.env.TOKEN, devToken: process.env.DEVTOKEN, //channels debug_channel: "634718645188034560", primary_test_channel: "617633098296721409", secondary_test_channel: "570531724002328577", devId: "360363051792203779", //misc embedColor: "", invite: "", //Settings devMode: false, prefix: "?", devPrefix: "-", volume: 5, }