This commit is contained in:
shoopea 2020-08-08 12:14:47 +02:00
parent d847323993
commit f153cc5c80

2
job.go
View File

@ -2773,7 +2773,7 @@ func jobVaultValOth(j Job) {
total += float64(v.Quantity) * v.Price
}
out = fmt.Sprintf("Total value : %f", total)
out = fmt.Sprintf("%sTotal value : %f", out, total)
c := TGCommand{
Type: commandReplyMsg,