prefix hotfix
This commit is contained in:
32
config.js
32
config.js
@@ -1,23 +1,35 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
app: {
|
app: {
|
||||||
px: 'XXX',
|
px: "XXX",
|
||||||
token: 'XXX',
|
token: "XXX",
|
||||||
playing: 'by Zerio ❤️'
|
playing: "ciepłe dranie",
|
||||||
},
|
},
|
||||||
|
|
||||||
opt: {
|
opt: {
|
||||||
DJ: {
|
DJ: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
roleName: 'DJ',
|
roleName: "DJ",
|
||||||
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume']
|
commands: [
|
||||||
|
"back",
|
||||||
|
"clear",
|
||||||
|
"filter",
|
||||||
|
"loop",
|
||||||
|
"pause",
|
||||||
|
"resume",
|
||||||
|
"seek",
|
||||||
|
"shuffle",
|
||||||
|
"skip",
|
||||||
|
"stop",
|
||||||
|
"volume",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
maxVol: 100,
|
maxVol: 100,
|
||||||
loopMessage: false,
|
loopMessage: false,
|
||||||
discordPlayer: {
|
discordPlayer: {
|
||||||
ytdlOptions: {
|
ytdlOptions: {
|
||||||
quality: 'highestaudio',
|
quality: "highestaudio",
|
||||||
highWaterMark: 1 << 25
|
highWaterMark: 1 << 25,
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user