mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
Необходимая сумма
This commit is contained in:
parent
7d850fce3a
commit
2132cb3879
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Checkjar extends BaseCommand {
|
||||||
name: "Monobank API",
|
name: "Monobank API",
|
||||||
iconURL: "https://api.monobank.ua/docs/logo.png",
|
iconURL: "https://api.monobank.ua/docs/logo.png",
|
||||||
})
|
})
|
||||||
.setDescription(`Текущий баланс: **${data[0].balance / Math.pow(10, 2)} грн**`);
|
.setDescription(`Текущий баланс: **${data[0].balance / Math.pow(10, 2)}** грн\nТребуется на след. месяц: **654,46** грн (по курсу евро на 24.01.2023, 16.30 €)`);
|
||||||
|
|
||||||
data.length = 10;
|
data.length = 10;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue