Ephemeral messages in text channel not appearing in message list #768
Unanswered
jonplackett
asked this question in
Q&A
Replies: 2 comments
-
As I see for now, Ephemeral message is only able to use when the message is an interaction, not a normally sending message (a.k.a send text to a channel). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey thanks for replying!
I don’t understand what you are saying. Do you mean there is there a way of
accessing these messages with a different API call?
They are the messages from the midjourney discord bot which aren’t actual
images - eg when they respond and say the prompt is censored, or when you
use the shorten command. I can see them in the channel but with the ‘only
you can see this’ message. They don’t appear in the channel text despite
being there in the channel when I look on discord.
Thanks for your help!
Jonny
…On Fri, 21 Jul 2023 at 18:21 NekoCyan ***@***.***> wrote:
As I see for now, Ephemeral message is only able to use when the message
is an interaction, not a normally sending message (a.k.a send text to a
channel).
—
Reply to this email directly, view it on GitHub
<#768 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZFGSG7JIFGAVILGND3FQ3XRK3BBANCNFSM6AAAAAA2OI2JOA>
.
You are receiving this because you authored the thread.Message ID:
<aiko-chan-ai/discord.js-selfbot-v13/repo-discussions/768/comments/6511887
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I am trying to get a list of all the messages sent to a channel, but the ephemeral messages (with a 'Only you can see this' message at the bottom) do not show up, despite me using the token for that user.
I saw something about using client.on("messageCreate", (msg) => { })
But this seems to be for DMs rather than in a text channel, right?
How can I see the ephemeral messages in a TextChannel?
Thanks so much for making this!
Beta Was this translation helpful? Give feedback.
All reactions