Button Question
How can i make a button never expire?
5 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!how you're handling and sending it?
How do i make a button an interactionCreate event
wouldn't i just be able to put the button id's in a array that code it so it makes the button id's never expire?
Buttons doesn't expire actually, you can create a custom button handler function which handles button based on its id.