Help creating a !time command

Hello. Is there a way to add the command !time and when a user types " !time (any place on the world) ", Nightbot will tell them the time on that especific place?

This is sorta possible, just very limited:

!addcom !time $(time $(query))

The list of available locations (timezones) is listed here:

https://docs.nightbot.tv/commands/variables/time

1 Like

Will give it a try but as I was thinking, it’ll only read the timezones that are on that list…
Thank you!!

Np. Also, that’s what I meant by ‘possible, but limited’.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.