userinfo: forgor
This commit is contained in:
parent
265047c71a
commit
9afb5ef9f5
1 changed files with 2 additions and 2 deletions
|
@ -382,9 +382,9 @@ userinfo.callback = async function (msg, line) {
|
|||
} (\`${user.avatar_decoration_data.sku_id}\`)\n[Image](${decorationUrl})`,
|
||||
inline: true,
|
||||
},
|
||||
primaryGuild?.name && {
|
||||
primaryGuild?.data?.name && {
|
||||
name: "Server Tag",
|
||||
value: `${primaryGuild.name} (\`${user.primary_guild.identity_guild_id}\`)`,
|
||||
value: `${primaryGuild.data.name} (\`${user.primary_guild.identity_guild_id}\`)`,
|
||||
inline: true,
|
||||
},
|
||||
vcBadges?.length > 0 && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue