aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/getcredits.js
diff options
context:
space:
mode:
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.');
};