How can I delete messages older than 1 hour in Discord.JS?

I’m working on functionality to delete messages in a specific channel older than 1 hour. I have a notification system, and each time a new notification (discord message) is sent, my goal is to delete all previous ones that were sent more than an hour ago.