diff --git a/bot.go b/bot.go index baea3a6..75c0c94 100644 --- a/bot.go +++ b/bot.go @@ -731,7 +731,7 @@ func botGWithdraw(m *tb.Message) { */ r := regexp.MustCompile("^(( )*[a-z0-9]+ [0-9]+( )*)+$") for _, l := range r.FindAllStringSubmatch(m.Payload, -1) { - fmt.Print("%v\n", l) + fmt.Printf("%v\n", l) /* i := getObjItemID(``, l[1]) q, _ := strconv.ParseInt(l[2], 10, 64)