fix
This commit is contained in:
parent
6a017befdc
commit
bfbe9cecc6
2
bot.go
2
bot.go
@ -733,7 +733,7 @@ func botVault(m *tb.Message, itemTypeList []int64) {
|
|||||||
DepositChatID64: cfg.Bot.Depositchat,
|
DepositChatID64: cfg.Bot.Depositchat,
|
||||||
}
|
}
|
||||||
p.UserListID64 = append(p.UserListID64, int46(m.Sender.ID))
|
p.UserListID64 = append(p.UserListID64, int46(m.Sender.ID))
|
||||||
p.ItemTypeListID64 = append(p.ItemTypeListID64, itemTypeList)
|
p.ItemTypeListID64 = append(p.ItemTypeListID64, itemTypeList...)
|
||||||
|
|
||||||
b, _ := json.Marshal(p)
|
b, _ := json.Marshal(p)
|
||||||
t := time.Now().UTC()
|
t := time.Now().UTC()
|
||||||
|
Loading…
Reference in New Issue
Block a user