removed online message on start
authorEduardo <[email protected]>
Thu, 28 Mar 2024 19:36:56 +0000 (20:36 +0100)
committerEduardo <[email protected]>
Thu, 28 Mar 2024 19:36:56 +0000 (20:36 +0100)
telegram.go

index d15b61c9651e9f8ea5a2d1056b45b367ac18938e..a687d47bc3d7832eb17c98e332c03423cb026bbe 100644 (file)
@@ -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.")