remove config.js

This commit is contained in:
Lantium 2022-04-07 22:55:48 +02:00
parent 103ba1ec18
commit ebde54cd3d

View File

@ -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',
}
}
}
};