This commit is contained in:
shoopea 2020-01-16 22:51:27 +08:00
parent 70ecefe2c2
commit 9c82496757

2
job.go
View File

@ -1597,7 +1597,7 @@ func jobGWithdraw(j Job) {
} }
} }
msg := fmt.Sprintf("To validate @%s withdrawal of%s\nClick /withdraw_%s", user.Username, stock, string(ref)) msg := fmt.Sprintf("To validate @%s withdrawal of<code>%s</code>\nClick /withdraw_%s", user.Username, stock, string(ref))
cmd := TGCommand{ cmd := TGCommand{
Type: commandReplyMsg, Type: commandReplyMsg,