fix
This commit is contained in:
parent
93b29aab43
commit
d1b78e8ccb
2
job.go
2
job.go
@ -1591,7 +1591,7 @@ func jobGWithdraw(j Job) {
|
|||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: fmt.Sprintf("/withdraw_%s", string(ref)),
|
Text: fmt.Sprintf("/withdraw_%s", string(ref)),
|
||||||
FromMsgID64: p.MsgID64,
|
FromMsgID64: p.MsgID64,
|
||||||
FromChatID64: pChatID64,
|
FromChatID64: p.ChatID64,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- cmd
|
TGCmdQueue <- cmd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user