diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Fun/slots.js | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } }; |
