From 144128d1dfc38c0976797ed9a6897242184c7b3f Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 9 Mar 2018 22:42:57 -0500 Subject: dingus me --- commands/Fun/slots.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Fun/slots.js b/commands/Fun/slots.js index 2332466..d4234a1 100644 --- a/commands/Fun/slots.js +++ b/commands/Fun/slots.js @@ -49,6 +49,7 @@ exports.run = async (bot, msg) => { return await msg.channel.send('You won 15 credits!\nCurrent Balance: ' + balance + ' \n> ' + emojify(number1, number2, number3)); } else { + await bot.plugins.economy.subtract(msg.author.id, 10); return await msg.channel.send('Aww, you lost! Better luck next time.\nCurrent Balance: ' + balance + ' \n> ' + emojify(number1, number2, number3)); } }; -- cgit v1.2.3