#send_message don't reply
1 messages · Page 1 of 1 (latest)
it could be interaction.channel.send
then u send embed or whatever u need to
from the modal
with such a sending, the Modal will not close
u do interaction.response.send_message("modal closed")
for example
and then this
is it possible to do this without sending a message?
send it as ephemeral

wait ill show u an example soon
I need it like this, without unnecessary messages, and without reply
the old message is changed on which there was a button, and a new one is created the same
you cant close a modal without replying at it
so you need to reply with some ephemeral message
this is terrible
oooooooooo
I decided
interaction.response.edit_message and interaction.channel.send
did it work?
yeeeeees
