#This error sometimes pops up and I'm unsure where exactly it's coming from.
1 messages · Page 1 of 1 (latest)
that doesn't really show anything, that could cause that error.
wait, do you use a command handler @low kraken ?
okay, only thing I could think that is causing this, is your other things, are taking more than 3 seconds to respond. I suggest you defer the message for this.
ah, so if it's taking it more than 3 seconds to return, it could result in this kind of error?
yes, because discord basically deletes the interaction after 3 seconds, if it hasn't been defered. Defering gives you 15 minutes to respond to an action.
I gotcha, thanks a lot.