guildMemberAvailable

why this event not fire with me
Helium.on("guildMemberAvailable",(member) => {
console.log(member.displayName)
});
Helium.on("guildMemberAvailable",(member) => {
console.log(member.displayName)
});
4 Replies
d.js toolkit
d.js toolkit4mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Ahmed
AhmedOP4mo ago
const Helium = new Discord.Client({
partials:[Discord.Partials.Channel,Discord.Partials.GuildMember,Discord.Partials.Message],
intents: 48991,
});
const Helium = new Discord.Client({
partials:[Discord.Partials.Channel,Discord.Partials.GuildMember,Discord.Partials.Message],
intents: 48991,
});
ithink this event fire when member offline be come online is any way to do that?
d.js docs
d.js docs4mo ago
- Websocket intents limit events and decrease memory usage: learn more - See what intents you need here
Ahmed
AhmedOP4mo ago
ok thanks
Want results from more Discord servers?
Add your server