mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
fix alignment on server owner
This commit is contained in:
parent
cd5acf480c
commit
b3ab294c2a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module.exports = {
|
|||
if(g.roles.length >= 2) pills.push(smallIconPill("user_shield", `${g.roles.length} Roles`))
|
||||
if(emojis.length >= 1) pills.push(smallIconPill("emoji", emojis.length + " Emoji"))
|
||||
if(channels.length >= 1) pills.push(smallIconPill("channel", g.channels.length + " Channels"))
|
||||
if(g.owner) pills.push(`${icon("user_king")} <@${g.owner.id}>`)
|
||||
if(g.owner) pills.push(`${icon("user_king")} <@${g.owner.id}>`)
|
||||
|
||||
let pillDisplay = ""
|
||||
for (let i = 0; i < pills.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue