forked from GlaceYT/PrimeMusic-Lavalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
73 lines (59 loc) · 3.55 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
/*
________.__ _____.___.___________
/ _____/| | _____ ____ ____ \__ | |\__ ___/
/ \ ___| | \__ \ _/ ___\/ __ \ / | | | |
\ \_\ \ |__/ __ \\ \__\ ___/ \____ | | |
\______ /____(____ /\___ >___ > / ______| |____|
\/ \/ \/ \/ \/
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## 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: ["1004206704994566164", ""],
setupFilePath: './commands/setup.json',
commandsDir: './commands',
embedColor: "#1db954",
musicardTheme:"themes16", //Goes from themes1 to themes19
activityName: "You", // This is bot status Write Anything here
activityType: "WATCHING", // Available activity types : LISTENING , PLAYING
SupportServer: "https://discord.gg/xQF9f9yUEM",
CheckmarkIcon: "https://cdn.discordapp.com/attachments/1230824451990622299/1230836684774576168/7762-verified-blue.gif",
MusicIcon:"https://media.discordapp.net/attachments/1230824451990622299/1236664581364125787/music-play.gif",
embedTimeout: 5, // Timeout before the button interaction embeds are deleted ( Default - 5 seconds)
errorLog: "",
// Lavalink Server Details
nodes: [
{
name: "Node #1",
host: "lava-v3.ajieblogs.eu.org",
port: 80,
password: "https://dsc.gg/ajidevserver",
reconnectTimeout: 5000,
reconnectTries: Infinity,
secure: false
},
]
}
/*
________.__ _____.___.___________
/ _____/| | _____ ____ ____ \__ | |\__ ___/
/ \ ___| | \__ \ _/ ___\/ __ \ / | | | |
\ \_\ \ |__/ __ \\ \__\ ___/ \____ | | |
\______ /____(____ /\___ >___ > / ______| |____|
\/ \/ \/ \/ \/
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## Created by GlaceYT! ║
║ ## Feel free to utilize any portion of the code ║
║ ## DISCORD : https://discord.com/invite/xQF9f9yUEM ║
║ ## YouTube : https://www.youtube.com/@GlaceYt ║
║ ║
╚════════════════════════════════════════════════════════════════════════╝
*/