Multiple Timezone Command on Nightbot

Is there a way to combine multiple timezones into 1 command like this in Nightbot?

The time is now ${customapi.https://decapi.me/misc/time?timezone=Asia/Singapore&format='h:i A T’} in Singapore, ${customapi.https://decapi.me/misc/time?timezone=America/New_York&format='h:i A T’} in New York, ${customapi.https://decapi.me/misc/time?timezone=Europe/London&format='h:i A T’} in London, and ${customapi.https://decapi.me/misc/time?timezone=Australia/Brisbane&format='h:i A T’} in Brisbane.

Hiya, yeah thats possible, customapi however is not a Nightbot function, have a look at: UrlFetch - Nightbot Docs

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