From: Eduardo Date: Thu, 28 Mar 2024 19:36:56 +0000 (+0100) Subject: removed online message on start X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=7df16e8fa467baec201feb18cbec7c32223adc3f;p=sylphiette-bot.git removed online message on start --- 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.")