This commit is contained in:
shoopea 2019-10-02 12:45:39 +08:00
parent 36382d6f11
commit b044d1068f

7
bot.go
View File

@ -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,
}