From 8ac4d158127718d51b535343e11d6810156a9e0c Mon Sep 17 00:00:00 2001 From: Eduardo Date: Thu, 28 Mar 2024 03:33:37 +0100 Subject: [PATCH] default message --- bot.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.go b/bot.go index 63f252c..7526a29 100644 --- a/bot.go +++ b/bot.go @@ -178,6 +178,8 @@ func handleConversation(chatId int64, text string) error { "hola sylph": err = sendTelegramMessage(chatId, "Hola!") + default: + err = sendTelegramMessage(chatId, "Jej. No entiendi. 🤣") } return err -- 2.30.2