how to disable button from client.on(Events.interactionCreate, interaction => {})
how to disable button from
for example the button have
customId = "TicketGet"
How to disable that button after clicked3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- β
Marked as resolved by OPStructures from the API cannot be edited directly. To do so, you can create a new structure (a builder) using the
.from()
method
Use that to get the builder
Access its components, call setDisabled on the one you want to disable and update the message