tset
This commit is contained in:
parent
f95418aef8
commit
d6d6c05405
2
bot.go
2
bot.go
@ -955,7 +955,7 @@ func botUserConfig(m *ChatWarsMessage) {
|
||||
out = fmt.Sprintf("%s <a href=\"https://t.me/share/url?url=/config_dep_add_type\">Add item types</a>\n", out)
|
||||
} else {
|
||||
out = fmt.Sprintf("%s Item types\n", out)
|
||||
for _, v := range clt.Config.AutoDepositItems {
|
||||
for _, v := range clt.Config.AutoDepositTypes {
|
||||
out = fmt.Sprintf("%s %s(<a href=\"https://t.me/share/url?url=/config_dep_del_type %s\">remove</a>)\n", out, v, v)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user