FIX
This commit is contained in:
parent
0747167d4c
commit
bf372a889d
2
bot.go
2
bot.go
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user