aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/slots.js
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-03-09 22:19:17 -0500
committerpokesudenk <thisis@notarealema.il>2018-03-09 22:19:17 -0500
commitf5af521bac7bfa34a53a069d031428e151ef9c6e (patch)
tree6ba805f48c11265c59730add0c5a614213772c74 /commands/Fun/slots.js
parentbc82187e2b4092905d4ebd403b53d6b6261b53bf (diff)
downloadPokeBot-f5af521bac7bfa34a53a069d031428e151ef9c6e.tar.gz
PokeBot-f5af521bac7bfa34a53a069d031428e151ef9c6e.tar.bz2
PokeBot-f5af521bac7bfa34a53a069d031428e151ef9c6e.zip
e c o n o m y
Diffstat (limited to 'commands/Fun/slots.js')
-rw-r--r--commands/Fun/slots.js4
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 = {