Embed message problem and no ping
The Problem is that i cant ping in the following code and some parameters as footer and author wont get set after modal was submitted



40 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!ok
Pastebin
SourceCodeDCBOT - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
ping problem is fixed
but setting embed data still not
cancel button doesnt work either
where did you handle the cancle button?
I just found out as well that I forgot to paste it in my code ( i work seperately )
this is how i handle
oh sorry if i ping
didnt mean to
as I see, you didn't handle your
modal_author
and modal_footer
ohhh
damn
thanks
where did you put this btw?
under confirm button
I will test rq and make another pastebin
sure, take your time
you can ping me later
Pastebin
SourceCodeDCBOT2 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
now theres new problem
error:
when the error occurred?
like which action caused that error
when i click on author button
Set Author
You didnt provide a customId for your modal
oh
i did
double check the
customId
And how are you building the modal
ok i fixed
now the other problem is that the timestamp wont update after set to true
in the preview
hmm what caused the problem?
you passed the
return
before updating the messageactually in my code it seems to have 3 different modal handler.... for preview updates and so on. I one of them were missing the customId
:monkaStop:
ty
wait
where

it only updates the embed data, not the message itself via api
ohh
ok tysm!
now i get error
damn
happens when i want to toggle timestamp
it's the modal thing again
double check the ModalBuilders in your code
:bidenW:
sorry im bad at error reading
ah
the problem is the
return;
i removed
i can just add an else and return?ah yes
idk, the current code is not okay since you handled the customId in multiple places, you should handle for them at once and filter which will be run
yeh actually this is not my code. I need to read it precisely when im home and optimise it
it just need to work rn
i don't think you want to pass another update message function but it's the only fix for now
wym?
as I said, you have to update the message
so you have to pass an update function inside that
now
set_auther_url
doesnt work either
:caillou:but you already did one, in modal code. it should be better if you can merge them so it will be cleaner
update
yeh that what i will do at home
ty