deferUpdate with MessageComponentCollector
Am I the stupid?
I'm trying to create a paginated embed. But if i'm using
deferUpdate
at the start of the collection and then update
at the end it says that the message was already acknowledged.
DiscordAPIError[40060]: Interaction has already been acknowledged.
5 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
you would use
editReply
after deferring, even for updateIf im using
editReply
i get Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred.
then you should handle your promises properly so they resolve in the correct order
ohhhh, i see. thanks 😅