diff options
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 = { |
