aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/jobs.js
diff options
context:
space:
mode:
authorTrey <trey6979@gmail.com>2018-04-16 19:45:40 -0400
committerTrey <trey6979@gmail.com>2018-04-16 19:45:40 -0400
commitde4559ac52e23aa24197f9812fcbbb3a44378c02 (patch)
treec7490cb52c6d97623c954b5ec4dd2584180fb97c /commands/Fun/jobs.js
parenta8c60412622ca63a93f287eb05577d3a04f257ad (diff)
downloadPokeBot-de4559ac52e23aa24197f9812fcbbb3a44378c02.tar.gz
PokeBot-de4559ac52e23aa24197f9812fcbbb3a44378c02.tar.bz2
PokeBot-de4559ac52e23aa24197f9812fcbbb3a44378c02.zip
fucking hell yknow it doesnt get worse than this does it damn this is the great depression
Diffstat (limited to 'commands/Fun/jobs.js')
-rw-r--r--commands/Fun/jobs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Fun/jobs.js b/commands/Fun/jobs.js
index 2305690..cf74969 100644
--- a/commands/Fun/jobs.js
+++ b/commands/Fun/jobs.js
@@ -28,12 +28,12 @@ exports.run = (bot, msg) => {
if (bot.dbl.hasVoted(msg.author.id)) {
var creditsEarned = (Math.random() * Math.floor(650));
bot.plugins.economy.add(msg.author.id, creditsEarned);
- msg.channel.send('You worked and ' + jobs[Math.floor(Math.random() * jobs.length)] + '\n\nYou earned ' + creditsEarned.toString() + 'credits.');
+ msg.channel.send('You worked and ' + jobs[Math.floor(Math.random() * jobs.length)] + '\n\nYou earned ' + creditsEarned.toString() + ' credits.');
}
else {
var creditsEarned = (Math.random() * Math.floor(250));
bot.plugins.economy.add(msg.author.id, creditsEarned);
- msg.channel.send('You worked and ' + jobs[Math.floor(Math.random() * jobs.length)] + '\n\nYou earned ' + creditsEarned.toString() + 'credits.');
+ msg.channel.send('You worked and ' + jobs[Math.floor(Math.random() * jobs.length)] + '\n\nYou earned ' + creditsEarned.toString() + ' credits.');
}
cooldown.add(msg.author.id);
setTimeout(() => {