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 TGCmdQueue <- c
return return
} }
err := rescheduleJob(jobID64, 0, time.Now().UTC()) err = rescheduleJob(jobID64, 0, time.Now().UTC())
c := TGCommand{ c := TGCommand{
Type: commandReplyMsg, Type: commandReplyMsg,
Text: "done", Text: "done",