Currently I have slash command that returns an embed and it has a countdown timer in the footer. The countdown time is provided by the parameters in the slash command.
The issue that I am facing right now is, the countdown is working perfectly fine up until one hour since the command has been kicked off. Once it goes past this hour, the embed is extremely sluggish and will not update the embed. It will start out slow and then eventually just stop working. I am not receiving any errors in my console either. Everything still seems to be working in the backend though as I have been console logging every time it should be updating but the UI does not want to update.
discod.js version - 14.6.0
node.js version - 19.0.1
Code - https://paste.ofcode.org/zqsuQ6U66s3kUa6fXWmatL
In the code above, the embed updates every second but I have also tried to update it every minute. This does not seem to work either.