SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.93k stars 2.85k forks source link

invite command not working #1222

Closed DlgshKurd closed 1 year ago

DlgshKurd commented 1 year ago

I updated the invite.js file to use the correct scope values from the config.js file for generating the bot invite link. Specifically, I changed ${client.config.inviteScopes.join("%20")} to ${client.config.scopes.join("%20")} in the .setURL() method to properly construct the invite URL.