forked from MrAladin-afs/MUSIC-BOT-v3.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
96 lines (75 loc) · 3.51 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
________.__ _____.___.___________
/ _____/| | _____ ____ ____ \__ | |\__ ___/
/ \ ___| | \__ \ _/ ___\/ __ \ / | | | |
\ \_\ \ |__/ __ \\ \__\ ___/ \____ | | |
\______ /____(____ /\___ >___ > / ______| |____|
\/ \/ \/ \/ \/
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## Created by GlaceYT! ║
║ ## Feel free to utilize any portion of the code ║
║ ## DISCORD : https://discord.com/invite/xQF9f9yUEM ║
║ ## YouTube : https://www.youtube.com/@GlaceYt ║
║ ║
╚════════════════════════════════════════════════════════════════════════╝
*/
module.exports = {
TOKEN: "",
ownerID: "555669522523357184",
botInvite: "",
supportServer: "",
mongodbURL: "",
status: 'XenonMusic',
commandsDir: './commands',
language: "en",
embedColor: "00fbff",
errorLog: "",
sponsor: {
status: true,
url: "https://www.youtube.com/@GlaceYT",
},
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,
}
}
/*
________.__ _____.___.___________
/ _____/| | _____ ____ ____ \__ | |\__ ___/
/ \ ___| | \__ \ _/ ___\/ __ \ / | | | |
\ \_\ \ |__/ __ \\ \__\ ___/ \____ | | |
\______ /____(____ /\___ >___ > / ______| |____|
\/ \/ \/ \/ \/
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## Created by GlaceYT! ║
║ ## Feel free to utilize any portion of the code ║
║ ## DISCORD : https://discord.com/invite/xQF9f9yUEM ║
║ ## YouTube : https://www.youtube.com/@GlaceYt ║
║ ║
╚════════════════════════════════════════════════════════════════════════╝
*/