mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Фикс транзакций
This commit is contained in:
parent
368b4d3e4f
commit
f43f59bf3d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Horserace extends Command {
|
||||||
user: message.translate("economy/transactions:HORSERACE"),
|
user: message.translate("economy/transactions:HORSERACE"),
|
||||||
amount: Object.values(thisGame.bets)[j].amount,
|
amount: Object.values(thisGame.bets)[j].amount,
|
||||||
date: Date.now(),
|
date: Date.now(),
|
||||||
type: "got"
|
type: "send"
|
||||||
};
|
};
|
||||||
|
|
||||||
data.memberData.transactions.push(info);
|
data.memberData.transactions.push(info);
|
||||||
|
|
Loading…
Reference in a new issue