From 9aa80f13f8d6933ce2c9e5f528eba46eff86804e Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 6 Apr 2024 15:00:50 +0200 Subject: [PATCH] fixfix --- commands/message/info/guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index 24b1fc7..3de8568 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -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`)) - if(g.owner.id) pills.push(`${icon("user_king")} <@${g.owner.id}>`) + if(g.owner) pills.push(`${icon("user_king")} <@${g.owner.id}>`) if(emojis.length >= 1) pills.push(iconPill("emoji", emojis.length)) let guildCard = createEmbed("default", context, {