-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot not reading messages or responding to commands after September 1, 2022 #156
Comments
I know it's probably unrelated, but my bot does not play sounds anymore in voice chat. Do you know if anything changed recently? Sometimes I see "UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions" in the logs. Or this one "Error [VOICE_CONNECTION_TIMEOUT]: Connection not established within 15 seconds." It's still listening to commands ... but for some reason we can't hear it. I tried giving it more permissions, but this didn't help either. |
Im having the same issue. Since like 2 days. Also seeing the same errors in the logs. |
Yeah seems like some things have changed on Discord's site and the bot is now fully kaputt. I am currently in the progress of updating the bot to a newer ETA ~weekend For progress updates, join our Discord :) |
Awesome, thank you so much! |
So the bot is upgraded to Discord.js v13 and it can connect to voice again. To make it resond to messages, not that you need to enable the "message content intent" in your Discord application 👇 You will find this setting in the Bot tab, e.g. I'll update the wiki / docs accordingly. The proper solution of course is to move to Slash commands, which we're thinking about in the Discord at the moment. If you have something to add to that discussion, feel free to join in! |
FYI to anyone with this issue. From jagrosh/MusicBot#1215 (the same applies to this bot):
The Solution
The text was updated successfully, but these errors were encountered: