Update (v6.0.0)

This commit is contained in:
Zerio
2021-09-23 22:22:33 +02:00
parent 4c2069cdf9
commit 5dcf2affc8
45 changed files with 418 additions and 465 deletions

17
config.js Normal file
View File

@@ -0,0 +1,17 @@
module.exports = {
app: {
px: 'XXX',
token: 'XXX',
playing: 'by Zerio ❤️',
},
opt: {
DJ: {
enabled: false,
roleName: 'DJ',
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume']
},
maxVol: 100,
discordPlayer: {}
}
};