typo
This commit is contained in:
parent
36382d6f11
commit
b044d1068f
5
bot.go
5
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,
|
||||
}
|
||||
|
||||
@ -746,7 +746,8 @@ func botGWithdraw(m *tb.Message) {
|
||||
if false {
|
||||
c := TGCommand{
|
||||
Type: commandReplyMsg,
|
||||
Text: fmt.Sprintf("%s", err),
|
||||
//Text: fmt.Sprintf("%s", err),
|
||||
Test: "error",
|
||||
FromMsgID64: int64(m.ID),
|
||||
FromChatID64: m.Chat.ID,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user