From ebde54cd3d31c8c47d720550638c54a42108d812 Mon Sep 17 00:00:00 2001 From: Lantium Date: Thu, 7 Apr 2022 22:55:48 +0200 Subject: [PATCH] remove config.js --- config.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 config.js 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', - } - } - } -};