aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-12-12 01:48:35 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-12-12 01:48:35 +0300
commit74a872a30bf023cf37d9d3d30e28c25d84c69ffe (patch)
tree1ae2497e083b21971fb027c53056301012213113 /telegram/commands.go
parent9e785a56d29f617a29afb941476c73f43bcdb3cc (diff)
Timezone support
Diffstat (limited to 'telegram/commands.go')
-rw-r--r--telegram/commands.go2
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 {