typo
This commit is contained in:
parent
36382d6f11
commit
b044d1068f
7
bot.go
7
bot.go
@ -725,7 +725,7 @@ func botGWithdraw(m *tb.Message) {
|
|||||||
p := JobPayloadGWithdraw{
|
p := JobPayloadGWithdraw{
|
||||||
MsgID64: int64(m.ID),
|
MsgID64: int64(m.ID),
|
||||||
ChatID64: m.Chat.ID,
|
ChatID64: m.Chat.ID,
|
||||||
items: nil,
|
Items: nil,
|
||||||
Status: 0,
|
Status: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -745,8 +745,9 @@ func botGWithdraw(m *tb.Message) {
|
|||||||
}
|
}
|
||||||
if false {
|
if false {
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: fmt.Sprintf("%s", err),
|
//Text: fmt.Sprintf("%s", err),
|
||||||
|
Test: "error",
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: int64(m.ID),
|
||||||
FromChatID64: m.Chat.ID,
|
FromChatID64: m.Chat.ID,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user