#Theres no easy way to tell when some user has sent their last message, right? Bots cant use the se

1 messages · Page 1 of 1 (latest)

odd grail
#

If possible, react to messageCreate events

#

And you keep track in the db of user's last msg

south onyx
#

My bad, should've mentioned that I've considered that, it just won't work for messages sent while the bot was offline

odd grail
#

In this case, yeah, you should go through all the channels. Search function does that too, but also reports false data sometimes (like skipping a message)

odd grail
#

I meant search function on human client, which is not available in discord.js

#

It does the same thing that I told you, checks everything possible