Pizzabelly / EasyRP

Give yourself a Custom Rich Presence in Discord.
563 stars 153 forks source link

Timer Help #117

Open depth-dev opened 4 years ago

depth-dev commented 4 years ago

Hi!

This is working just fine for me, however I was wondering if there was a way to add in a "time elapsed" feature? How would this be done?

Thanks!

darthnithin commented 4 years ago

Just add the start time (in Unix time) to StartTimestamp= and don't put an EndTimestamp and it will do that

darthnithin commented 4 years ago

Also, it says this in the readme, which you should read: Timestamps

The Start and End timestamps are in epoch/unix time. Your desired values can be found here. For elapsed time set only the StartTimestamp. For remaining time set both. Though discord seems to only care about hours/minutes/seconds. As it doesnt go above 24hrs either way ¯_(ツ)_/¯

bhavyagosai commented 3 years ago

NOW its automatic! Check out this repo or this Pull req https://github.com/Pizzabelly/EasyRP/pull/138