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."
@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)