Welcome Message Sending multiple times
Only one message should be sent, I do have some checks to attempt to ensure this. Would anybody be able to advise me on what the cause could be? I am thinking that there may be two instances of the bot running so it's welcoming them twice, yet wouldn't this result in other side effects when running commands, etc? This is not observed.
Here is my guildMemberAdd.ts code.
8 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!Currently waiting for the token to be reset to confirm if this is the case, but if not was just wondering if anyone had any other alternative theories?
definitely worth testing with a new token just to make absolutely sure, but beyond that, you can try utilizing a nonce
https://github.com/discordjs/discord.js/issues/10301#issuecomment-2133187939
just changed token now, ill keep an eye on it and see if its resolved, else that is a good idea thanks you!
🙃
guess im implementing the nonce
Does it only occur on this event/function?
it does yes
not noticed it happen anywhere else
will implement the nonce tomorrow and see if that fixed it