aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
diff options
context:
space:
mode:
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 {