radiantly / live-countdown-bot

A discord bot that counts down to an event. Used in 60k+ servers.
MIT License
32 stars 30 forks source link

feat : count since day <xx-xx-xxxxx> #58

Open devhindo opened 4 weeks ago

devhindo commented 4 weeks ago

idk if this is possible, but can you add a feature to count since day x? I want to count in reverse like I want a counter to count the time passed since the date of 1/1/2024 for example, and it just keeps going. It might be a hassle if you're doing the calculations and the live time update on your server. A better optimization would be doing that on the user end if possible. That would save you a ton of computations and at the same time the counter keeps going if the bot goes down. that said, if you're already doing it this way, you're one step ahead. cheers.

great job tho

devhindo commented 4 weeks ago

I might create a separate bot for this exact feature but I'm too lazy