forked from GlaceYT/Distube-Music-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
53 lines (43 loc) · 1.11 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module.exports = {
TOKEN: "",
ownerID: ["1004206704994566164", ""],
botInvite: "",
supportServer: "",
mongodbURL: "mongodb+srv://shiva:[email protected]/?retryWrites=true&w=majority",
status: 'RTXX GG',
commandsDir: './commands',
language: "en",
embedColor: "00fbff",
errorLog: "",
sponsor: {
status: true,
url: "https://www.youtube.com/channel/UCPbAvYWBgnYhliJa1BIrv0A",
},
voteManager: {
status: false,
api_key: "",
vote_commands: ["back", "channel", "clear", "dj", "filter", "loop", "nowplaying", "pause", "playnormal", "playlist", "queue", "resume", "save", "play", "skip", "stop", "time", "volume"],
vote_url: "",
},
shardManager: {
shardStatus: false
},
playlistSettings: {
maxPlaylist: 10,
maxMusic: 75,
},
opt: {
DJ: {
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'skip', 'stop', 'volume', 'shuffle']
},
voiceConfig: {
leaveOnFinish: false,
leaveOnStop: false,
leaveOnEmpty: {
status: true,
cooldown: 10000000,
},
},
maxVol: 150,
}
}