diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-12-12 01:48:35 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-12-12 01:48:35 +0300 |
commit | 74a872a30bf023cf37d9d3d30e28c25d84c69ffe (patch) | |
tree | 1ae2497e083b21971fb027c53056301012213113 /telegram/commands.go | |
parent | 9e785a56d29f617a29afb941476c73f43bcdb3cc (diff) |
Timezone support
Diffstat (limited to 'telegram/commands.go')
-rw-r--r-- | telegram/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |