#Is it possible to get the last message of a guild member?

3 messages · Page 1 of 1 (latest)

fair oxide
#

This is what I found but it doesnt seem to work: const content = user.lastMessage.content; I think its an outdated way but I dont know the latest way.

rigid sequoiaBOT
#
  • 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!
cinder vessel
#

Listen to messageCreate event and keep tabs yourself. There’s no way to ask the API for the last message a specific member sent so neither does djs have a method for that