From 40f54ad73aecfe7e9de04985ee85e7bb43f72d9d Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 5 Jan 2020 17:45:54 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 2b61e27..86c4237 100644 --- a/bot.go +++ b/bot.go @@ -939,7 +939,7 @@ func botGWithdraw(m *tb.Message) { } items := []ChatWarsItems{} for _, l := range rx.FindAllStringSubmatch(m.Payload, -1) { - log.Printf("botGWithdraw : %s\n", l[0]) + log.Printf("botGWithdraw : %s / %s / %s\n", l[0], l[1], l[2]) i := r.ReplaceAllString(l[0], "${Item}") q, _ := strconv.ParseInt(r.ReplaceAllString(l[0], "${Quantity}"), 10, 64) item := ChatWarsItems{