From 4706530d16cbfcf8e93127c2773a7994057fa762 Mon Sep 17 00:00:00 2001 From: Navy Date: Wed, 14 Oct 2020 21:11:04 +0300 Subject: [PATCH] change property reference --- structure/client/components/commands/information/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,