diff --git a/bot.go b/bot.go index d4cfccf..01e65de 100644 --- a/bot.go +++ b/bot.go @@ -303,7 +303,7 @@ func botTimer(m *tb.Message) { } else { c := TGCommand{ Type: commandReplyMsg, - Text: fmt.Sprintf("Job #%d scheduled at %s", objId, t.Format(time.RFC850)), + Text: fmt.Sprintf("Job #%d scheduled at %s", objID64, t.Format(time.RFC850)), FromMsgID64: int64(m.ID), FromChatID64: m.Chat.ID, }