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.99k stars 2.89k forks source link

bot permsissions are incorrect #446

Closed topjor closed 3 years ago

topjor commented 3 years ago

the bot permissions configured in the botconfig are not setup correctly and using these permissions result in a half broken bot.

https://github.com/SudhanPlayz/Discord-MusicBot/blob/master/botconfig.js#L18 the bot permission code lacks permission for reading channel messages, resulting in the prefix commands to be ignored by the bot as it does not receive channel messages adding channel message read permission results in the following permission code 2205281600

AryanTah2005 commented 3 years ago

done, thanks for informing ^^