forked from melody-bot/Melody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.js
40 lines (27 loc) · 999 Bytes
/
example.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
module.exports = {
Developers: ["786603297841741886", "788684047894839307"],
DefaultPrefix: ".",
SupportServer: "https://discord.gg/QfZdQynYbg",
Token: "xyz...", // Bot token
topgg: "iHUienf...", //top.gg token
ClientID: "1234...", // Application Client ID
ClientSecret: "iq1278e...", // Application Client Secret
Scopes: ["identify", "guilds", "applications.commands"],
"24/7": true, // 24/7 feature
mongoURL:
"mongodb+srv://<user>:<password>@abc.xyz.mongodb.net/myFirstDatabase?retryWrites=true&w=majority", // Mongodb connection string
IconURL:
"https://cdn.discordapp.com/attachments/803882167193042975/812021018365394974/PINKmelody.png", // Bot icon url
Permissions: 2205280576,
// lavalink server configuration
Lavalink: {
id: "main",
host: "example.com",
port: 8008,
pass: "supersecretpass",
},
Spotify: {
ClientID: "qi3j901ie...", //Spotify Client ID
ClientSecret: "o2eoi2i290...", //Spotify Client Secret
},
};