guildinfo: forgot to remove the tag field

This commit is contained in:
Cynthia Foxwell 2024-08-19 22:37:54 -06:00
parent fc19103bdd
commit 9efafc74cd

View file

@ -129,11 +129,6 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
value: clan.member_count,
inline: true,
},
{
name: "Tag",
value: clan.tag,
inline: true,
},
clan.search_terms.length > 0 && {
name: "Interests/Topics/Traits",
value: termLines.join("\n"),