This commit is contained in:
shoopea 2020-06-19 21:44:47 +02:00
parent 65e2cc4175
commit 33c3f44666

2
bot.go
View File

@ -1129,7 +1129,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) {
}
b, _ := json.Marshal(p)
t := time.Now().UTC().Add(1 * time.Second)
_, err = createJob(cacheObjSubType[`job_get_stash`], objJobPriority, userID64, 0, t, b)
_, err := createJob(cacheObjSubType[`job_get_stash`], objJobPriority, userID64, 0, t, b)
if err != nil {
c := TGCommand{