-
Notifications
You must be signed in to change notification settings - Fork 15
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
Member add/update events not being triggered #30
Comments
Are you setting the right intents? The guild members events a privileged and as such AckCord won't set that intent by default. |
I have no idea what are you referring to, but, I'm using the same code I used with |
Discord released intents, which is a way to specify what events a bot will receive, a few months ago now. These can be set in AckCord in the Before you start the bot again, you'll have to enable the guild members intent in the bot settings, same place where you find the bot token. |
Ok, I wasn't aware of those changes, but I can confirm that reverting back to I analyzed a bit, and the default intends on the previous version used to include the member related events, while the current version does not ( I confirm that using the right intents gets the bot working again, thanks! In any case |
I have an app that expects the
APIMessage.GuildMemberAdd
/APIMessage.GuildMemberUpdate
events, but since I updated to0.17.0-M1
, I haven't been getting them, I tried0.17.0-M2
without luck.The text was updated successfully, but these errors were encountered: