This commit is contained in:
shoopea 2020-06-16 19:09:51 +02:00
parent f95418aef8
commit d6d6c05405

2
bot.go
View File

@ -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)
}
}