This commit is contained in:
shoopea 2020-05-08 16:05:01 +02:00
parent 510926c11a
commit a749436cac

2
bot.go
View File

@ -1442,7 +1442,7 @@ func botRestartJob(m *tb.Message) {
TGCmdQueue <- c
return
}
err := rescheduleJob(jobID64, 0, time.Now().UTC())
err = rescheduleJob(jobID64, 0, time.Now().UTC())
c := TGCommand{
Type: commandReplyMsg,
Text: "done",