forked from GlaceYT/PrimeMusic-Lavalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
71 lines (59 loc) · 3.44 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
/*
________.__ _____.___.___________
/ _____/| | _____ ____ ____ \__ | |\__ ___/
/ \ ___| | \__ \ _/ ___\/ __ \ / | | | |
\ \_\ \ |__/ __ \\ \__\ ___/ \____ | | |
\______ /____(____ /\___ >___ > / ______| |____|
\/ \/ \/ \/ \/
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## 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/emojis/819446784647757834.gif",
MusicIcon:"https://cdn.discordapp.com/emojis/763415718271385610.gif",
embedTimeout: 5, // Timeout before the button interaction embeds are deleted ( Default - 5 seconds)
errorLog: "",
// Lavalink Server Details
nodes: [
{
name: "Server",
host: "nodev4.fypmoon.org",
port: 1118,
password: "fypmoon.org",
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 ║
║ ║
╚════════════════════════════════════════════════════════════════════════╝
*/