- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
#How to use LastMessage
8 messages · Page 1 of 1 (latest)
I need to see user last message content
but i think djs v13 removed it
how can i see user last message content?
You keep track of new messages and the users they belong to, for example using a weakmap.
You need to keep track of that yourself. Discord never told you and discord.js no longer does that for you.