How to add another row onto an existing message
For my bot, I have a select menu, and when you select an option in that select menu it will add a new one on-to the pre-existing one. Is there a way to add a new row with the new menu on it to the existing message without modifying any of the values?
9 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!14.17.3 is the version
20.18.2 is nodejs
last time i tried that though, it didn't save the data the user put in the select options, unless that got fixed?
the message is public yes, but i error people that try to edit it if they aren't the initial person
this bot is used as smth to flex with, it shows stats from inside of a game in an embed, and people would like to show that off, and some can't be bothered to copy and paste the image
alright
time to set the default value of every row i guess
this feels like an annoying process though i can't lie lol
1. So that people can go back and select different options earlier up the list.
2. Showcasing characters
3. Because of point 1
4. Could do that to be honest, yeah, hm
How would it being ephemeral change anything though?
but I will be editing the ephemeral one though, so it would still cause issues relating to this, no?
or is it being ephemeral changing how the whole component system works?
alright let me record a video of how the current version works, I am recoding the whole bot because it sucked before
actually
images will be fine
ok i messed up the code somewhere it seems when i tried to do some small additions, but anyway here's the current process
command is run
you select a profile from the select menu
you then select a character from there to get build information from
then if applicable, select the build
well the thing is, this is a user app as well, so is it possible to send 2 responses or no?
so if i sent the first message as a response to the command, non-ephermeral and then send a follow up after i send that initial message, that would work?
so what's kind of the solution here then as i need to respond to the command with a public message
It doesn't, I just want to show the command that was run initially
oh ok
that's good to know
but ye, if this is not possible then sure, i can go without, just a preference ofc
wait so by sending a public follow up, that shows what the initial command run was to every other user or how does it work? because im unfortunately not following
how are you responding to that click? never seen it before
damn, i thought they added something new 😂