Disable button method not working?
NSFW - Hello, i'm using this to edit a command that is used to post an NSFW image to the server. This button allows the user to repeat the command without having to type it out. What i'm looking for, is a way to restrict the button from being pressed for 5 seconds, then for it to enable itself after this 5 seconds is up. Please let me know what i would need to change, or add for this.
10 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Apologies for the awful formatting, I just copied and pasted.
Here's a pastebin:
Pastebin
var embed = new EmbedBuilder() .setImage(result.body.ima...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
msg.edit was also tried instead of msg.update.
both of those just return
{this} is not a function.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Should be the interaction
Trying to edit the interaction response
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Currently out on a bike ride, will do that in 30 mins
fetchReply: true
inside the interaction.reply and then msg.edit
or use interaction.editReply()
Nice one, thanks