This commit is contained in:
shoopea 2020-02-29 19:38:16 +08:00
parent 62e6c2140b
commit 50794c8b1e

1
job.go
View File

@ -2154,7 +2154,6 @@ func jobAlchAll(j Job) {
}
for _, i := range list {
o, _ := getObjItem(i)
out = fmt.Sprintf("%s %s%s#%04d</a> [%d💧 %s] @%s\n", out, status, c.Logo, cwm.Link, cwm.ShopNumber, cwm.Mana, eta, username)
out = fmt.Sprintf("%s\n<a href=\"https://t.me/share/url?url=/brew_%s %d\">%3s - %20s - %3d</a>", out, o.Code, maxManaItems[i], o.Code, o.Names[0], maxManaItems[i])
}