diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-09 22:23:14 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-09 22:23:14 -0500 |
| commit | b35aec9d8df4f04feef85d96f7ecc0f4cbabb436 (patch) | |
| tree | 8912fa51b3061922eda19b0569121684beb9b02b /commands/Fun/getcredits.js | |
| parent | f5af521bac7bfa34a53a069d031428e151ef9c6e (diff) | |
| download | PokeBot-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.js | 2 |
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.'); }; |
