How to show the closing time of streaming by command method?

Asked Jun 21, 2021·1 reply·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

How to show the closing time of streaming by command method ?

For example, when the stream is closed at 5 pm, when I check at 9:30 pm by typing command "!closetime" , it can display "It has been closed for 4 hours, 30 minutes and 20 seconds."

1 reply

@Lunar Ant Heya! There is a variable name, $(countup).

!addcom -cd=5 !closetime It has been closed for $(countup Jun 22 2021 05:00:00 PM IST)

Well try it, I don't know whether it will work or not!

EDIT: Sorry, IST like formats of timezone won't work, here's the list of timezones that are applicable
It should be like this:

!addcom -cd=5 !closetime It has been closed for $(countup Jun 22 2021 05:00:00 PM Asia/Kolkata)