Button message not working
I want when other users who arent the interaction user get met with this message 'only user can use these buttons', but this doesnt work.
3 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!remove the filter
you're already filtering out all the people who isn't the user of the original interaction
oh okay
i will try that thank you