userinfo: forgot the inline
This commit is contained in:
parent
97214e58b6
commit
acf37af87a
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ userinfo.callback = async function (msg, line) {
|
||||||
value: `${clanData.name} (\`${user.clan.identity_guild_id}\`)\n-# :video_game:${
|
value: `${clanData.name} (\`${user.clan.identity_guild_id}\`)\n-# :video_game:${
|
||||||
ClanPlaystyle[clanData.playstyle]
|
ClanPlaystyle[clanData.playstyle]
|
||||||
}${clanData.wildcard_descriptors.length > 0 ? ` \u2022 **${clanData.wildcard_descriptors.join(", ")}**` : ""}`,
|
}${clanData.wildcard_descriptors.length > 0 ? ` \u2022 **${clanData.wildcard_descriptors.join(", ")}**` : ""}`,
|
||||||
|
inline: true,
|
||||||
},
|
},
|
||||||
member?.roles?.length > 0 && {
|
member?.roles?.length > 0 && {
|
||||||
name: "Roles",
|
name: "Roles",
|
||||||
|
|
Loading…
Reference in a new issue