From ac316088f53c82a23d07fe220bd133bbc8ec65fb Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sat, 24 Mar 2018 15:31:16 -0400 Subject: wow --- commands/Owners Only/testingcredits.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/Owners Only') 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 = { -- cgit v1.2.3