diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:43:49 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:43:49 -0500 |
| commit | 66395437bd1b5dbb6a40dbf917a316a42e400ce3 (patch) | |
| tree | 4ef5751f1399598eef6c5023824aa7cf1ca85f15 /commands | |
| parent | 144128d1dfc38c0976797ed9a6897242184c7b3f (diff) | |
| download | PokeBot-66395437bd1b5dbb6a40dbf917a316a42e400ce3.tar.gz PokeBot-66395437bd1b5dbb6a40dbf917a316a42e400ce3.tar.bz2 PokeBot-66395437bd1b5dbb6a40dbf917a316a42e400ce3.zip | |
more stuff
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 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)); } }; |
