Suggestion System with Polling
Hello, I want to ask for help to improve my code, I want to create a feature like in the video bellow, so when the embed is first sent it will have 2 buttons, namely
upvoteButton.setLabel('⬆️');
and downvoteButton.setLabel('⬇️');
. Users can only select one button
- My Code
- src\commands\Other\suggest.js
: https://sourceb.in/2ouGW3Vt8q
- src\index.js
: https://sourceb.in/fd8CWW0il7
Watch the video bellow for an example1 Reply
- 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 OP