This commit is contained in:
shoopea 2021-01-21 15:30:39 +01:00
parent 0747167d4c
commit bf372a889d

2
bot.go
View File

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