@@ -671,7 +671,7 @@ func botSaveGame(m *tb.Message) {
return
}
r := regexp.MustCompile("^\\/savge (?P<Number>[0-9]+)")
r := regexp.MustCompile("^\\/save_game (?P<Number>[0-9]+)")
if !r.MatchString(m.Text) {
bot.SendChat(m.Chat.ID, "Wrong usage.")
The note is not visible to the blocked user.