mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
add provisional account label to user cards
This commit is contained in:
parent
be2bf58b51
commit
9b1dd5e50f
4 changed files with 11 additions and 4 deletions
|
@ -55,6 +55,8 @@ module.exports = {
|
|||
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)}`
|
||||
|
||||
if(u.hasFlag(1<<23)) usernameDisplay += `\n-# Provisional Account`
|
||||
|
||||
let userCard = createEmbed("default", context, {
|
||||
description: `${icon("user")} ${usernameDisplay}`,
|
||||
thumbnail: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue