mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Подставка ID владельца в stats
This commit is contained in:
parent
13db3cf00f
commit
f4c37f2138
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ class Stats extends Command {
|
|||
|
||||
statsEmbed.addField(this.client.customEmojis.link+" "+message.translate("general/stats:LINKS_TITLE"), message.translate("misc:STATS_FOOTER", {
|
||||
dashboardLink: "https://jaba.pp.ua",
|
||||
donateLink: "https://qiwi.com/n/JONNYBRO"
|
||||
donateLink: "https://qiwi.com/n/JONNYBRO",
|
||||
owner: this.client.config.owner.id
|
||||
}));
|
||||
message.channel.send(statsEmbed);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue