From 63c9371ee4005f4f5bff60c95845d9989cf09fea Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 13:46:41 +0800 Subject: [PATCH] fix --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 2463e3c..80ad2da 100644 --- a/bot.go +++ b/bot.go @@ -732,7 +732,7 @@ func botVault(m *tb.Message, itemTypeList []int64) { ItemTypeListID64: nil, DepositChatID64: cfg.Bot.Depositchat, } - p.UserListID64 = append(p.UserListID64, int46(m.Sender.ID)) + p.UserListID64 = append(p.UserListID64, int64(m.Sender.ID)) p.ItemTypeListID64 = append(p.ItemTypeListID64, itemTypeList...) b, _ := json.Marshal(p)