-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
21 lines (20 loc) · 841 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = {
TOKEN: 'OTQwMjE0MTkwOTUyNTU0NTA3.YgEIsw.NoDwr7-WHjn53h-l1KCU2UkMB4Q', //your discord bot token
px: '?',
playing: 'ZgraneMC ❤️ Music Bot',
opt: {
DJ: {
enabled: false, //IF YOU WANT ONLY DJS TO USE IT, set false to true.
roleName: 'DJ', //WRITE WHAT THE NAME OF THE DJ ROLE WILL BE, THEY CAN USE IT ON YOUR SERVER
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'skip', 'stop', 'volume'] //Please don't touch
},
maxVol: 250, //You can specify the maximum volume level.
loopMessage: false, //Please don't touch
discordPlayer: {
ytdlOptions: {
quality: 'highestaudio', //Please don't touch
highWaterMark: 1 << 25 //Please don't touch
}
}
}
};