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/balance.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/balance.js')
| -rw-r--r-- | commands/Fun/balance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Fun/balance.js b/commands/Fun/balance.js index d5e96bb..4dbe1f3 100644 --- a/commands/Fun/balance.js +++ b/commands/Fun/balance.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = (bot, msg) => { - msg.reply(bot.exports.economy.get(msg.author.id) + 'credits'); + msg.reply(bot.plugins.economy.get(msg.author.id) + 'credits'); }; exports.conf = { |
