config.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. module.exports = {
  2. Admins: ["622846126713995305", "816425070570242128"], //Admins of the bot
  3. DefaultPrefix: "=", //Default prefix, Server Admins can change the prefix
  4. Port: 3000, //Which port website gonna be hosted
  5. SupportServer: "https://discord.io/rrv_team", //Support Server Link
  6. Token: "ODQwNTg3MzQ2MjA5ODAwMjAz.YJaX-A.zb9dgNeeUR2Fg33cyp6PcYBhQKc" || process.env.Token, //Discord Bot Token
  7. ClientID: "840587346209800203", //Discord Client ID
  8. ClientSecret: "cMy1Wp_CHwDt7Y8xImLsoVIJ-8kmO4a1", //Discord Client Secret
  9. Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
  10. CallbackURL: "/api/callback", //Discord OAuth2 Callback URL
  11. "24/7": true, //If you want the bot to be stay in the vc 24/7
  12. CookieSecret: "dexter-made-it", //A Secret like a password
  13. IconURL:
  14. "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
  15. Permissions: 2205280576, //Bot Inviting Permissions
  16. Website: "http://locallhost", //Website where it was hosted at includes http or https || Use "0.0.0.0" if you using Heroku
  17. Lavalink: {
  18. id: "Main",
  19. host: "node3.rockbusterhostings.in.net",
  20. port: 65535,
  21. pass: "pass134",
  22. },
  23. //Please go to https://developer.spotify.com/dashboard/
  24. Spotify: {
  25. ClientID: "ce33a4196e0745e4819b938c1ec9eb54", //Spotify Client ID
  26. ClientSecret: "a27f5ff64e214a7f9a3714f4b0f79cfd", //Spotify Client Secret
  27. },
  28. };