#How to use LastMessage

8 messages · Page 1 of 1 (latest)

keen muskBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • 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!
still raft
#

I need to see user last message content

#

but i think djs v13 removed it

#

how can i see user last message content?

timid birch
#

You keep track of new messages and the users they belong to, for example using a weakmap.

still raft
#

how?

#

i just need a user lastmessage

timid birch
#

You need to keep track of that yourself. Discord never told you and discord.js no longer does that for you.