utility.guildinfo: fix clan playstyle missing inline
This commit is contained in:
parent
208575d924
commit
1631efae21
1 changed files with 1 additions and 0 deletions
|
@ -1929,6 +1929,7 @@ guildinfo.callback = async function (msg, line) {
|
|||
value:
|
||||
CLAN_PLAYSTYLE[clan.playstyle] ??
|
||||
`<unknown value: ${clan.playstyle}>`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: "Descriptors",
|
||||
|
|
Loading…
Reference in a new issue