-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
35 lines (30 loc) · 1.42 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
module.exports = {
Admins: ["785872572620734504","264142213833949184"], //Admins of the bot
DefaultPrefix: "!", //Default prefix, Server Admins can change the prefix
//Port: 3000, //Which port website gonna be hosted
SupportServer: "https://discord.gg/T5q2bcKQN5", //Support Server Link
Token: "" || process.env.Token, //Discord Bot Token
ClientID: "" || process.env.Discordclient, //Discord Client ID
ClientSecret: "" || process.env.Secretclient, //Discord Client Secret
Scopes: ["identify", "guilds"], //Discord OAuth2 Scopes
CallbackURL: "/api/callback", //Discord OAuth2 Callback URL
"24/7": true,//If you want the bot to be stay in the vc 24/7
CookieSecret: "Pikachu is cute", //A Secret like a password
IconURL:
"https://raw.githubusercontent.com/SudhanPlayz/Discord-MusicBot/master/assets/Music.gif", //URL of all embed author icons | Dont edit unless you dont need that Music CD Spining
Permissions: 2205280576, //Bot Inviting Permissions
Website: "https://poyrazbotv12last.glitch.me/", //Website where it was hosted at includes http or https || Use "0.0.0.0" if you using Heroku
//Lavalink - Already there is a serer to connect :)
Lavalink: {
id: "Main",
host: "",
port: 2333,
pass: "",
secure: false,
},
//Please go to https://developer.spotify.com/dashboard/
Spotify: {
ClientID: "", //Spotify Client ID
ClientSecret: "", //Spotify Client Secret
},
};