From b044d1068fa606415e479d2ddffa2142f29beb27 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 2 Oct 2019 12:45:39 +0800 Subject: [PATCH] typo --- bot.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bot.go b/bot.go index 24cb9ae..228c0df 100644 --- a/bot.go +++ b/bot.go @@ -725,7 +725,7 @@ func botGWithdraw(m *tb.Message) { p := JobPayloadGWithdraw{ MsgID64: int64(m.ID), ChatID64: m.Chat.ID, - items: nil, + Items: nil, Status: 0, } @@ -745,8 +745,9 @@ func botGWithdraw(m *tb.Message) { } if false { c := TGCommand{ - Type: commandReplyMsg, - Text: fmt.Sprintf("%s", err), + Type: commandReplyMsg, + //Text: fmt.Sprintf("%s", err), + Test: "error", FromMsgID64: int64(m.ID), FromChatID64: m.Chat.ID, }