userinfo: missed inline and better formatting
This commit is contained in:
parent
0926532073
commit
45b402ae38
1 changed files with 3 additions and 2 deletions
|
@ -386,8 +386,9 @@ userinfo.callback = async function (msg, line) {
|
|||
inline: true,
|
||||
},
|
||||
vcBadges?.length > 0 && {
|
||||
name: `Vencord Donator Badge${vcBadges.length > 1 ? "s" : ""}`,
|
||||
value: `- ${vcBadges.map(({tooltip, badge}) => `[${tooltip}](${badge})`).join("\n- ")}`,
|
||||
name: `Vencord Donator Badge${vcBadges.length > 1 ? `s (${vcBadges.length})` : ""}`,
|
||||
value: vcBadges.map(({tooltip, badge}) => `"[${tooltip}](${badge})"`).join(", "),
|
||||
inline: true,
|
||||
},
|
||||
member?.roles?.length > 0 && {
|
||||
name: "Roles",
|
||||
|
|
Loading…
Reference in a new issue