mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Ссылка на документацию
This commit is contained in:
parent
31044d8a9f
commit
0c52958aab
4 changed files with 8 additions and 6 deletions
|
@ -82,8 +82,9 @@ class Help extends Command {
|
||||||
};
|
};
|
||||||
|
|
||||||
embed.addField("\u200B", message.translate("misc:STATS_FOOTER", {
|
embed.addField("\u200B", message.translate("misc:STATS_FOOTER", {
|
||||||
dashboardLink: "https://jaba.pp.ua",
|
dashboardLink: "https://jaba.pp.ua/",
|
||||||
donateLink: "https://qiwi.com/n/JONNYBRO",
|
docsLink: "https://jaba.pp.ua/docs/",
|
||||||
|
donateLink: "https://qiwi.com/n/JONNYBRO/",
|
||||||
owner: this.client.config.owner.id
|
owner: this.client.config.owner.id
|
||||||
}));
|
}));
|
||||||
embed.setAuthor(message.translate("general/help:TITLE", {
|
embed.setAuthor(message.translate("general/help:TITLE", {
|
||||||
|
|
|
@ -41,8 +41,9 @@ class Stats extends Command {
|
||||||
}));
|
}));
|
||||||
|
|
||||||
statsEmbed.addField(this.client.customEmojis.link + " " + message.translate("general/stats:LINKS_TITLE"), message.translate("misc:STATS_FOOTER", {
|
statsEmbed.addField(this.client.customEmojis.link + " " + message.translate("general/stats:LINKS_TITLE"), message.translate("misc:STATS_FOOTER", {
|
||||||
dashboardLink: "https://jaba.pp.ua",
|
dashboardLink: "https://jaba.pp.ua/",
|
||||||
donateLink: "https://qiwi.com/n/JONNYBRO",
|
docsLink: "https://jaba.pp.ua/docs/",
|
||||||
|
donateLink: "https://qiwi.com/n/JONNYBRO/",
|
||||||
owner: this.client.config.owner.id
|
owner: this.client.config.owner.id
|
||||||
}));
|
}));
|
||||||
message.channel.send(statsEmbed);
|
message.channel.send(statsEmbed);
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"INVALID_TIME": "You must enter a valid time! Available units: `s`, `m`, `h` or `d`",
|
"INVALID_TIME": "You must enter a valid time! Available units: `s`, `m`, `h` or `d`",
|
||||||
"INVALID_NUMBER": "Please specify a valid number!",
|
"INVALID_NUMBER": "Please specify a valid number!",
|
||||||
"INVALID_NUMBER_RANGE": "Please specify a valid number between **{{min}}** and **{{max}}**!",
|
"INVALID_NUMBER_RANGE": "Please specify a valid number between **{{min}}** and **{{max}}**!",
|
||||||
"STATS_FOOTER": "[Dashboard]({{dashboardLink}}) ● [Donate]({{donateLink}}) ● [Invite]({{inviteLink}}) ● [Server]({{supportLink}}) ● [Github]({{githubLink}})",
|
"STATS_FOOTER": "● [Dashboard]({{dashboardLink}})\n● [Docs]({{docsLink}})\n● [Support]({{donateLink}}) (for other payment methods send DM to <@{{owner}}>)",
|
||||||
"BOT_USER": "This user is a bot!",
|
"BOT_USER": "This user is a bot!",
|
||||||
"NO_PERMS": "You must have an administration rights to perform this action!",
|
"NO_PERMS": "You must have an administration rights to perform this action!",
|
||||||
"NO_REASON_PROVIDED": "No reason provided",
|
"NO_REASON_PROVIDED": "No reason provided",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"INVALID_TIME": "Укажите действительное время! Доступные единицы: `s`, `m`, `h` или `d`",
|
"INVALID_TIME": "Укажите действительное время! Доступные единицы: `s`, `m`, `h` или `d`",
|
||||||
"INVALID_NUMBER": "Укажите число!",
|
"INVALID_NUMBER": "Укажите число!",
|
||||||
"INVALID_NUMBER_RANGE": "Укажите число от **{{min}}** до **{{max}}**!",
|
"INVALID_NUMBER_RANGE": "Укажите число от **{{min}}** до **{{max}}**!",
|
||||||
"STATS_FOOTER": "● [Панель управления]({{dashboardLink}})\n● [Поддержать]({{donateLink}}) (для других способов пишите в ЛС <@{{owner}}>)",
|
"STATS_FOOTER": "● [Панель управления]({{dashboardLink}})\n● [Документация]({{docsLink}})\n● [Поддержать]({{donateLink}}) (для других способов пишите в ЛС <@{{owner}}>)",
|
||||||
"BOT_USER": "Этот пользователь - бот!",
|
"BOT_USER": "Этот пользователь - бот!",
|
||||||
"NO_PERMS": "Вы должны быть администратором или модератором для выполнения данного действия!",
|
"NO_PERMS": "Вы должны быть администратором или модератором для выполнения данного действия!",
|
||||||
"NO_REASON_PROVIDED": "Причина не указана",
|
"NO_REASON_PROVIDED": "Причина не указана",
|
||||||
|
|
Loading…
Reference in a new issue