Fix break tracking (out→in gap), add startup log, clean up /start message

This commit is contained in:
2026-06-23 22:00:25 +03:30
parent 7da6f4cb49
commit 32446a99d1
3 changed files with 15 additions and 20 deletions

View File

@@ -82,7 +82,7 @@ func (h *Handler) handleStart(msg *tgbotapi.Message) {
h.Bot.Send(reply)
kb := quickKeyboard()
quick := tgbotapi.NewMessage(msg.Chat.ID, "Use the buttons below to quickly clock in/out:")
quick := tgbotapi.NewMessage(msg.Chat.ID, "")
quick.ReplyMarkup = kb
h.Bot.Send(quick)
}