#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)
If possible, react to messageCreate events
And you keep track in the db of user's last msg
My bad, should've mentioned that I've considered that, it just won't work for messages sent while the bot was offline
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)
What search function?