is there any way to fetch an interaction by it's id?
is there any way to fetch an interaction by it's id? cause i want to fetch it and do editReply() on it at a later date
21 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
you cannot use editReply after 15 minutes
can I use follow-ups then?
don't think so
but going back to my q. is it possible to get the interaction by it's id? id make sure to edit the reply before 15 minutes pass
by this id ^
there you go then
?
you have the
id
property
isn't that what you want?i want to know if it's possible to get it like you do with
bot.channels.fetch
what's your goal?
to get the interaction in another part of my code and edit the reply
where I no longer have the interaction object
is the interaction reply ephemeral?
nope
then just get the message id and the channel id
okay thanks
something scheduled
but i found a way so thanks for the quick replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
just do it with a normal message not an interaction
in same situation— have you found a way for ephemeral messages? (not a normal message)
I've searched through some types and classes but couldn't find one that takes an applicationId and an interaction token, and exposes editReply or followUp methods
brilliant thanks