diff --git a/main.go b/main.go index 6c54595..9b6437e 100644 --- a/main.go +++ b/main.go @@ -151,6 +151,9 @@ func main() { } userStates[chatID] = "" + default: + msg := tgbotapi.NewMessage(chatID, "Неизвестная команда.") + bot.Send(msg) } } else { switch text {