How would I go around making a message embedded while also having buttons?
So, I have the code for a message with 5 buttons and it works. I just would like to know how I could embed it to make it look nicer.
this is the part where the message details are given, im not sure whether i should just show the entire file though.
7 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 OPlike this?
nvm
got it
this is the code for anyone else maybe curious
You should use EmbedBuilder
thats what i tried initially but i didn't know how it would work with this
The same way like this but with builder
oh
i checked the website, i'll try it out see if it works