-
Hello guys after bot click on the button this message appear and i want to fetch it with itself |
Beta Was this translation helpful? Give feedback.
Answered by
im-parsa
Jan 14, 2024
Replies: 2 comments 2 replies
-
what |
Beta Was this translation helpful? Give feedback.
2 replies
-
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);
}); |
Beta Was this translation helpful? Give feedback.
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
This code is working for me.
YAGHOB YAGHOB YAGHOB