This commit is contained in:
shoopea 2019-05-26 21:08:14 +08:00
parent 41a51fd7f5
commit 08fc8e2f72

1
bot.go
View File

@ -293,6 +293,7 @@ func botTimer(m *tb.Message) {
}
b, _ := json.Marshal(c)
err := createJob(objSubTypeJobMsgClient, objJobPriority, int64(m.Sender.ID), time.Now().Add(d), b)
logOnError(err, "botTimer : createJob")
}
}