Replies: 1 comment
-
let msg = ....
await msg.clickButton({ row: 0, col: 0 })
msg = msg.channel.messages.cache.get(msg.id) |
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.
-
So i have this message that i got using the "awaitMessages" function. When i press the button on the message, it edits it. How do i get the new edited message without having to do any events.
Beta Was this translation helpful? Give feedback.
All reactions