#Send message to specific channel every N minutes
4 messages · Page 1 of 1 (latest)
Use a cron job for the “every part” way, and then use <channel>.messages.fetch(id) to check if it’s the same as the last message
You can use node-cron or croner, I prefer croner
or you could store the last message in a variable
Yh that’s what id is