diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-24 19:02:50 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-24 19:02:50 +0300 |
commit | 7261b609164ff9acd5403afc6a5272f7eb927e04 (patch) | |
tree | 8f8aaf50dbe30d21f91e166aa90c3987329e2a65 /telegram | |
parent | 6eb0e5f15fd9a81bbafb2189dd73b6c093b487e6 (diff) |
Fix help message for /s
Diffstat (limited to 'telegram')
-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 378c666..c521190 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -32,7 +32,7 @@ var transportCommands = map[string]command{ var chatCommands = map[string]command{ "d": command{"[n]", "delete your last message(s)"}, - "s": command{"regex replace", "edit your last message"}, + "s": command{"edited message", "edit your last message"}, "add": command{"@username", "add @username to your chat list"}, "join": command{"https://t.me/invite_link", "join to chat via invite link"}, "group": command{"title", "create groupchat «title» with current user"}, |