From 2f9da6bdfafbf0f275af1f7544c4aaa1f05ac8ec Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 18 Dec 2021 19:01:59 +0500 Subject: [PATCH] fix help --- commands/General/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/General/help.js b/commands/General/help.js index 430c661a..9802e58a 100644 --- a/commands/General/help.js +++ b/commands/General/help.js @@ -75,7 +75,8 @@ class Help extends Command { embed.addField("\u200B", message.translate("misc:STATS_FOOTER", { dashboardLink: "https://jaba.pp.ua", - donateLink: "https://qiwi.com/n/JONNYBRO" + donateLink: "https://qiwi.com/n/JONNYBRO", + owner: this.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);