aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/Fun/slots.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Fun/slots.js b/commands/Fun/slots.js
index d4234a1..303dd02 100644
--- a/commands/Fun/slots.js
+++ b/commands/Fun/slots.js
@@ -50,6 +50,7 @@ exports.run = async (bot, msg) => {
}
else {
await bot.plugins.economy.subtract(msg.author.id, 10);
+ const balance = await bot.plugins.economy.get(msg.author.id);
return await msg.channel.send('Aww, you lost! Better luck next time.\nCurrent Balance: ' + balance + ' \n> ' + emojify(number1, number2, number3));
}
};