diff --git a/commands/Fun/horserace.js b/commands/Fun/horserace.js index af398be1..62bf8023 100644 --- a/commands/Fun/horserace.js +++ b/commands/Fun/horserace.js @@ -104,7 +104,7 @@ class Horserace extends Command { user: message.translate("economy/transactions:HORSERACE"), amount: Object.values(thisGame.bets)[j].amount, date: Date.now(), - type: "got" + type: "send" }; data.memberData.transactions.push(info);