This Library Is Not Handling Member Joins
I've a problem with my member join event handling, by which it only executes after the first member join, but it don't catches the joining of any member after the first one since the restart of the bot.
Here's the code:
4 Replies
- 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![email protected]
v20.3.0
you specify once: true
what do you do with that
Thank you.