From c210acb1aca8e2b7e1fcd0b0d48ed5ec3ebdd4bc Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 14 Dec 2025 13:40:11 +0100 Subject: [PATCH] typo --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")