From 7431bc70a46a0b928724987f5f6e4cbed58b10e4 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 18 Dec 2021 19:02:50 +0500 Subject: [PATCH] typo --- commands/General/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);