diff --git a/commands/General/help.js b/commands/General/help.js index 9802e58a..15a7484c 100644 --- a/commands/General/help.js +++ b/commands/General/help.js @@ -76,7 +76,7 @@ class Help extends Command { embed.addField("\u200B", message.translate("misc:STATS_FOOTER", { dashboardLink: "https://jaba.pp.ua", donateLink: "https://qiwi.com/n/JONNYBRO", - owner: this.config.owner.id + owner: this.client.config.owner.id })); embed.setAuthor(message.translate("general/help:TITLE", { name: this.client.user.username }), this.client.user.displayAvatarURL({ size: 512, dynamic: true, format: 'png' })); return message.channel.send(embed);