diff options
Diffstat (limited to 'telegram/commands.go')
-rw-r--r-- | telegram/commands.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/commands.go b/telegram/commands.go index 61cd2f9..d7318d0 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -138,6 +138,7 @@ func helpString(ht helpType) string { str.WriteString("\n") } } + str.WriteString("\nYou may use ! instead of / if it conflicts with internal commands of a client") return str.String() } |