You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2026. It is now read-only.
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.
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