You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid any confusion, due to recent addition of Message Content intent, your application might stop receiving message content.
If you already encountered this problem, here's a quick guide on how to fix it.
First of all you must request or have the message content enabled in Developer Portal for your application.
However, you will still receive empty message content.
This happens due to discordgo.IntentMessageContent intent not being included in IDENTIFY payload by default.
To avoid any confusion, due to recent addition of Message Content intent, your application might stop receiving message content.
If you already encountered this problem, here's a quick guide on how to fix it.
First of all you must request or have the message content enabled in Developer Portal for your application.
However, you will still receive empty message content.
This happens due to
discordgo.IntentMessageContent
intent not being included inIDENTIFY
payload by default.You can add it like this:
And now you're ready to Go!
The text was updated successfully, but these errors were encountered: