module.exports = { Admins: ["622846126713995305", "816425070570242128"], //Admins of the bot DefaultPrefix: "=", //Default prefix, Server Admins can change the prefix Port: 3000, //Which port website gonna be hosted SupportServer: "https://discord.io/rrv_team", //Support Server Link Token: "ODQwNTg3MzQ2MjA5ODAwMjAz.YJaX-A.zb9dgNeeUR2Fg33cyp6PcYBhQKc" || process.env.Token, //Discord Bot Token ClientID: "840587346209800203", //Discord Client ID ClientSecret: "cMy1Wp_CHwDt7Y8xImLsoVIJ-8kmO4a1", //Discord Client Secret Scopes: ["identify", "guilds", "applications.commands"], //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: "dexter-made-it", //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: "http://locallhost", //Website where it was hosted at includes http or https || Use "0.0.0.0" if you using Heroku Lavalink: { id: "Main", host: "node3.rockbusterhostings.in.net", port: 65535, pass: "pass134", }, //Please go to https://developer.spotify.com/dashboard/ Spotify: { ClientID: "ce33a4196e0745e4819b938c1ec9eb54", //Spotify Client ID ClientSecret: "a27f5ff64e214a7f9a3714f4b0f79cfd", //Spotify Client Secret }, };