change property reference

This commit is contained in:
Erik 2020-10-14 21:11:04 +03:00
parent 4d747eb09e
commit 4706530d16

View File

@ -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,