From 7df16e8fa467baec201feb18cbec7c32223adc3f Mon Sep 17 00:00:00 2001 From: Eduardo Date: Thu, 28 Mar 2024 20:36:56 +0100 Subject: [PATCH] removed online message on start --- telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram.go b/telegram.go index d15b61c..a687d47 100644 --- a/telegram.go +++ b/telegram.go @@ -108,7 +108,7 @@ func handleCommand(chatId int64, command string) error { switch command { case "/start": - err = sendMenu(chatId) + err = sendTelegramMessage(chatId, "Yahallo!") case "/help": err = sendTelegramMessage(chatId, "Currently my only comands are /start, /help and /sylph\n I'm a work in progress, please don't tease me.") -- 2.30.2