-
Is there a way to cache a specific message once the client connects so my bot can listen to reactions to said message? |
Beta Was this translation helpful? Give feedback.
Answered by
kyranet
May 26, 2021
Replies: 1 comment 1 reply
-
You can do this by enabling the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Matze1211
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this by enabling the
MESSAGE
partial in your bot's client option, although that'll also make other events such as messageUpdate and messageDelete be fired for any other message.