How to get ephemeral message of interaction? #258
Answered
by
aiko-chan-ai
MrSelfisH01
asked this question in
Q&A
Replies: 2 comments 10 replies
-
using |
Beta Was this translation helpful? Give feedback.
1 reply
-
client.on("messageCreate", (msg) => {
if(msg.flags.has('EPHEMERAL')) console.log(msg)
}) |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
MrSelfisH01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After giving a slash command to a genuine bot, that bot is replying with a ephemeral message. I need to collect that message text content. Is it possible to do that?
The docs are kinda confusing for me. Sorry if it's already documented somewhere.
Thanks in advance.
Edit: I need it for a project urgently. Can anyone answer if its possible or not?
Beta Was this translation helpful? Give feedback.
All reactions