aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/getcredits.js
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-03-09 22:23:14 -0500
committerpokesudenk <thisis@notarealema.il>2018-03-09 22:23:14 -0500
commitb35aec9d8df4f04feef85d96f7ecc0f4cbabb436 (patch)
tree8912fa51b3061922eda19b0569121684beb9b02b /commands/Fun/getcredits.js
parentf5af521bac7bfa34a53a069d031428e151ef9c6e (diff)
downloadPokeBot-b35aec9d8df4f04feef85d96f7ecc0f4cbabb436.tar.gz
PokeBot-b35aec9d8df4f04feef85d96f7ecc0f4cbabb436.tar.bz2
PokeBot-b35aec9d8df4f04feef85d96f7ecc0f4cbabb436.zip
TREY IS DIMB BOMBER ! :thinking:
Diffstat (limited to 'commands/Fun/getcredits.js')
-rw-r--r--commands/Fun/getcredits.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Fun/getcredits.js b/commands/Fun/getcredits.js
index c2736b0..b3e92ca 100644
--- a/commands/Fun/getcredits.js
+++ b/commands/Fun/getcredits.js
@@ -19,7 +19,7 @@
* *************************************/
exports.run = (bot, msg) => {
- bot.exports.economy.add(msg.author.id, 10);
+ bot.plugins.economy.add(msg.author.id, 10);
msg.reply('Added 10 credits.');
};