Skip to content

Button Click Function #987

Answered by im-parsa
im-parsa asked this question in Q&A
Jan 14, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

This code is working for me.

YAGHOB YAGHOB YAGHOB

userClient.on('messageUpdate', async(messageEphemeral) =>
  {
    if (messageEphemeral.flags.has('EPHEMERAL') && messageEphemeral.reactions && messageEphemeral.author.id === message.author.id)
      console.log(messageEphemeral.reactions?.message?.content);
  });

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@im-parsa
Comment options

@aiko-chan-ai
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by im-parsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants