diff --git a/config.js b/config.js deleted file mode 100644 index e44facd..0000000 --- a/config.js +++ /dev/null @@ -1,25 +0,0 @@ -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', - } - } - } -};