diff --git a/structure/client/components/commands/information/Guild.js b/structure/client/components/commands/information/Guild.js index 9a77328..3a37e27 100644 --- a/structure/client/components/commands/information/Guild.js +++ b/structure/client/components/commands/information/Guild.js @@ -48,7 +48,7 @@ class GuildCommand extends Command { description: message.format('C_GUILD_TEMPLATE', { name: guild.name, description, - owner: guild.owner.id, + owner: guild.ownerID, id: guild.id, shard: guild.shardID, createdAt,