This commit is contained in:
shoopea 2019-05-26 21:47:35 +08:00
parent 19cb2856dc
commit e4d76f5a88

2
bot.go
View File

@ -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,
}