Javascript – How to update existing message and then reply without InteractionAlreadyReplied error, discord js
I have an embed that needs to be updated and then a reply should trigger afterwards. The code takes about 5 seconds to complete so to prevent UnknownInteraction error, I added deferReply(). However, I can't get it to work. Here's…