diff options
Diffstat (limited to 'commands/Fun/slots.js')
| -rw-r--r-- | commands/Fun/slots.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Fun/slots.js b/commands/Fun/slots.js index 4f30a10..e21fe02 100644 --- a/commands/Fun/slots.js +++ b/commands/Fun/slots.js @@ -1,6 +1,6 @@ /** ************************************** * - * FindMyPhone: Plugin for PokeBot that "helps you find your phone". + * Slots: Plugin for PokeBot that allows you to gamble. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * This program is free software: you can redistribute it and/or modify @@ -31,7 +31,7 @@ exports.run = (bot, msg) => { ':nine:', ]; - msg.channel.send('If the numbers are sequenced forwards or backwards, you win!\n\n> ' + slot1[Math.floor(Math.random() * slot1.length)] + ' ' + slot1[Math.floor(Math.random() * slot1.length)] + ' ' + slot1[Math.floor(Math.random() * slot1.length)]); + msg.channel.send('If the numbers are sequenced forwards or backwards, you win!\nCurrent Balance: ' + bot.plugins.economy.get(msg.author.id) + ' \n> ' + slot1[Math.floor(Math.random() * slot1.length)] + ' ' + slot1[Math.floor(Math.random() * slot1.length)] + ' ' + slot1[Math.floor(Math.random() * slot1.length)]); }; exports.conf = { |
