#10% of the time interactions do not get sent to my bots interactionCreate event. Why could this be?

7 messages · Page 1 of 1 (latest)

rough heraldBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

austere orbit
#

What about your CPU/memory? Any indication that your bot process might be slowed down? Because something somewhere delays your response too much…

#

Wifi?

#

What does CustomClient do on top of the djs Client?

#

And how do you Dispatch the interactionCreate Event to the function you showed?

austere orbit
#

Huh, then there’s only network issue somewhere between you and discord gateway left🤷‍♂️
And btw: ClientOptions would be a better type than any for your client constructor

sour epoch
#

10% of the time interactions do not get sent to my bots interactionCreate event. Why could this be?