test
This commit is contained in:
parent
1df109712c
commit
fc87f5675d
1
bot.go
1
bot.go
@ -729,6 +729,7 @@ func botCraftItem(m *ChatWarsMessage) {
|
||||
logOnError(err, "botCraftItem : getCraftItemID")
|
||||
p.Quantity, err = strconv.ParseInt(r.ReplaceAllString(m.Text, "${Quantity}"), 10, 64)
|
||||
logOnError(err, "botCraftItem : ParseInt")
|
||||
|
||||
if err != nil {
|
||||
c := TGCommand{
|
||||
Type: commandReplyMsg,
|
||||
|
Loading…
Reference in New Issue
Block a user