✨ Update (v6.0.0)
This commit is contained in:
17
config.js
Normal file
17
config.js
Normal 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: {}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user