module.exports = { app: { prefix: '$', token: 'ODg4NzQyNTI0NTE1MTUxOTMz.YUXH-Q.E0QEWePYlnkk89WTtVvMIt_qz7E' }, db: { DATABASE_URI: "mongodb+srv://lantium:56Gt9q5877@lanbot.m4chu.mongodb.net/lanbotMusic?retryWrites=true&w=majority", }, opt: { DJ: { enabled: false, roleName: 'DJ', commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume'] }, maxVol: 100, loopMessage: false, discordPlayer: { ytdlOptions: { quality: 'highestaudio', highWaterMark: 1 << 25, type: 'opus', } } } };