remove config.js
This commit is contained in:
parent
103ba1ec18
commit
ebde54cd3d
25
config.js
25
config.js
|
@ -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',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user