-
Notifications
You must be signed in to change notification settings - Fork 924
Expand file tree
/
Copy pathconfig.js
More file actions
35 lines (33 loc) · 1.45 KB
/
Copy pathconfig.js
File metadata and controls
35 lines (33 loc) · 1.45 KB
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
module.exports = {
TOKEN: "",
language: "en",
ownerID: ["962994407651553302", ""],
mongodbUri : "mongodb+srv://shiva:shiva@musicbotyt.ouljywv.mongodb.net/?retryWrites=true&w=majority",
spotifyClientId : "d92baed9605a45a39ed7c2a2d960b1c1",
spotifyClientSecret : "e9b29f6739de4315bc03b6d8a8e93b03",
setupFilePath: './commands/setup.json',
commandsDir: './commands',
embedColor: "#e11d2e",
customEmoji: true, // true = use custom emoji IDs from emoji.js, false = use default unicode
emojiTheme: "redwhite", // active custom emoji theme key in emoji.js
helpBannerUrl: "https://i.ibb.co/GfTxbJfC/7-edited.png", // Optional: set a direct image URL to show an inline banner in /help
activityName: "YouTube Music",
activityType: "LISTENING", // Available activity types : LISTENING , PLAYING
SupportServer: "https://discord.gg/xQF9f9yUEM",
embedTimeout: 5,
showProgressBar: false, // Show progress bar in track embed
showVisualizer: false, // Show visualizer on music card (disabled for low-memory optimization)
generateSongCard: true, // custom song card image, if false uses thumbnail
metadataTag: true, // If true, always show Song Details even when the card image is present
lowMemoryMode: true, // Performance optimizations for low-memory environments (512MB RAM)
errorLog: "",
nodes: [
{
name: "GlaceYT",
password: "glace",
host: "de-01.strixnodes.com",
port: 2010,
secure: false
}
]
}