mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix
This commit is contained in:
parent
f963520f49
commit
7be710c307
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
pills.push(iconPill("user_multiple", context.guild.memberCount))
|
||||
if(g.premiumSubscriptionCount >= 1) pills.push(iconPill("boost", g.premiumSubscriptionCount))
|
||||
if(g.roles.length >= 2) pills.push(iconPill("user_shield", `${g.roles.length} Roles`))
|
||||
pills.push(`${icon("user_king")} <@${g.owner.id}>`)
|
||||
if(g.owner.id) pills.push(`${icon("user_king")} <@${g.owner.id}>`)
|
||||
if(emojis.length >= 1) pills.push(iconPill("emoji", emojis.length))
|
||||
|
||||
let guildCard = createEmbed("default", context, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue