Fix help message for /s
This commit is contained in:
parent
6eb0e5f15f
commit
7261b60916
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue