From b35aec9d8df4f04feef85d96f7ecc0f4cbabb436 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Fri, 9 Mar 2018 22:23:14 -0500 Subject: TREY IS DIMB BOMBER ! :thinking: --- commands/Fun/getcredits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun/getcredits.js') 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.'); }; -- cgit v1.2.3