freyacodes / ukulele

Simple self-contained Discord music bot
MIT License
157 stars 75 forks source link

No Longer responding to commands #62

Open Moogtrails opened 1 year ago

Moogtrails commented 1 year ago

Did something on discord's side get updated that broke this bot? Hosting it the same way I always have but it's not responding anymore. Have tried re-adding on multiple servers.

Raymond-P commented 1 year ago

Had the same issue. Turns out Discord changed how much info applications have access to. So now you gotta enable the intents that you need in the application developer portal. At the very least you need message content intent enabled.

go to https://discord.com/developers/applications click on your app

Bot menu

Privileged Gateway Intent : enable the ones you need. At least message content to get the content of messages. I have all 3 just because