mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
partially support clans
This commit is contained in:
parent
86551f92a7
commit
9732a76873
3 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,7 @@ module.exports = {
|
|||
|
||||
if(u.globalName !== null) usernameDisplay += `\n${smallIconPill("user_card", "Display Name")} ${smallPill(u.globalName)}`
|
||||
if(m && m.nick !== null) usernameDisplay += `\n${smallIconPill("user_card", "Nickname")} ${smallPill(m.nick)}`
|
||||
if (u.clan && u.clan.tag !== null) usernameDisplay += `\n${smallIconPill("shield", "Clan")} ${smallPill(u.clan.tag)}`
|
||||
|
||||
let userCard = createEmbed("default", context, {
|
||||
description: `${icon("user")} ${usernameDisplay}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue