aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only/testingcredits.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Owners Only/testingcredits.js')
-rw-r--r--commands/Owners Only/testingcredits.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Owners Only/testingcredits.js b/commands/Owners Only/testingcredits.js
index e902df8..01d4934 100644
--- a/commands/Owners Only/testingcredits.js
+++ b/commands/Owners Only/testingcredits.js
@@ -28,9 +28,9 @@ exports.run = async (bot, msg) => {
user = msg.mentions.members.first();
}
- bot.plugins.economy.add(user.id, 50);
+ bot.plugins.economy.add(user.id, 1000);
- msg.channel.send('Added 50 credits');
+ msg.channel.send('Added 1000 credits');
};
exports.conf = {