#Interaction DeferReply Error

10 messages · Page 1 of 1 (latest)

west kayak
#

• 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.

restive ibex
#

Are you taking too long to defer even?

#

Exactly, which is why I asked

#

Is it taking you more than 3 seconds to defer

#

The high end of the jitter is pretty bad, but otherwise seems fine

#

Does your bot do anything else before the execute function that might slow it down?

#

Unlikely

#

Very odd, I cant see why that would take too long

vestal raftBOT
#

discord.js includes multiple sub-packages, installing these separately can mess with internal code:

npm uninstall discord-api-types @discordjs/rest @discordjs/builders
yarn remove discord-api-types @discordjs/rest @discordjs/builders
pnpm remove discord-api-types @discordjs/rest @discordjs/builders
dire sigil
#

yes