Фикс транзакций

This commit is contained in:
JonnyBro 2022-01-19 19:29:59 +05:00
parent 368b4d3e4f
commit f43f59bf3d

View file

@ -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);