-
Hello 👋 I Want to fetch message . How Do i do it in v14 ?? |
Beta Was this translation helpful? Give feedback.
Answered by
kardespro
Jul 29, 2022
Replies: 2 comments
-
messageManager.fetch({ message: '1234567890', cache: false, force: true }); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nicat-dcw
-
It hasn't changed for ages, example bellow: <TextChannel>.messages.fetch('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
messageManager.fetch({ message: '1234567890', cache: false, force: true });