diff --git a/bot.go b/bot.go index b73ea29..5c9a5e3 100644 --- a/bot.go +++ b/bot.go @@ -671,7 +671,7 @@ func botSaveGame(m *tb.Message) { return } - r := regexp.MustCompile("^\\/savge (?P[0-9]+)") + r := regexp.MustCompile("^\\/save_game (?P[0-9]+)") if !r.MatchString(m.Text) { bot.SendChat(m.Chat.ID, "Wrong usage.")