aiko-chan-ai/discord.js-selfbot-v13

Can you get the message result from a button?

Closed this issue · 2 comments

Which package is the feature request for?

The core library

Feature

Is it possible to get the message content which says "Only you can see this" after clicking on a button. E.g. the following image.
image_2024-05-25_230909546

Ideal solution or implementation

If not, can you make this a feature please.

Alternative solutions or implementations

No response

Other context

No response

Did you find any solution?

    client.on("messageCreate", async message => {
        if(message.flags.has("EPHEMERAL")){
                //code to handle "only you can see this" message