From 74a872a30bf023cf37d9d3d30e28c25d84c69ffe Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Thu, 12 Dec 2019 00:48:35 +0200 Subject: Timezone support --- telegram/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegram/commands.go') diff --git a/telegram/commands.go b/telegram/commands.go index 678570f..04c6e3a 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -53,7 +53,7 @@ var chatCommands = map[string]command{ } var transportConfigurationOptions = map[string]configurationOption{ - //"timezone": configurationOption{"00:00", "adjust timezone for Telegram user statuses"} + "timezone": configurationOption{"00:00", "adjust timezone for Telegram user statuses"}, } type command struct { -- cgit v1.2.3