Ссылки в help

This commit is contained in:
JonnyBro 2021-12-12 19:19:04 +05:00
parent a4c7eb250d
commit c50964e41a

View file

@ -74,13 +74,8 @@ class Help extends Command {
};
embed.addField("\u200B", message.translate("misc:STATS_FOOTER", {
donateLink: "",
dashboardLink: "",
inviteLink: await this.client.generateInvite({
permissions: ["ADMINISTRATOR"]
}),
githubLink: "https://github.com/Androz2091",
supportLink: ""
dashboardLink: "https://jaba.pp.ua",
donateLink: "https://qiwi.com/n/JONNYBRO"
}));
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);