This commit is contained in:
shoopea 2020-06-28 13:19:39 +02:00
parent 98b4e9585b
commit 27ebd8260c

2
bot.go
View File

@ -1021,7 +1021,7 @@ func botVaultVal(m *ChatWarsMessage) {
b, _ := json.Marshal(p)
t := time.Now().UTC().Add(1 * time.Second)
_, err := createJob(cacheObjSubType[`job_alch_all`], objJobPriority, m.TGSenderUserID64, 0, t, b)
_, err := createJob(cacheObjSubType[`job_vault_val`], objJobPriority, m.TGSenderUserID64, 0, t, b)
if err != nil {
c := TGCommand{