prefix hotfix

This commit is contained in:
Stanislaw
2022-06-26 19:51:23 +02:00
parent 2c7d8d6d01
commit 43a56b28dc
2 changed files with 34 additions and 22 deletions

View File

@@ -1,23 +1,35 @@
module.exports = {
app: {
px: 'XXX',
token: 'XXX',
playing: 'by Zerio ❤️'
px: "XXX",
token: "XXX",
playing: "ciepłe dranie",
},
opt: {
DJ: {
enabled: false,
roleName: 'DJ',
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume']
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
}
}
}
quality: "highestaudio",
highWaterMark: 1 << 25,
},
},
},
};