diff --git a/tg_bot/bot/bot.go b/tg_bot/bot/bot.go index efb0123..2a048b5 100644 --- a/tg_bot/bot/bot.go +++ b/tg_bot/bot/bot.go @@ -322,7 +322,7 @@ func (b *Bot) Update(u *echotron.Update) { defer func() { b.exec = nil }() if b.CurrentState == nil { - b.CurrentState = b.commandRouter("/start") + b.SetState(b.commandRouter("/start"), EditMessage) } // === Обработка входящего события ===