diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:31:16 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:31:16 -0400 |
| commit | ac316088f53c82a23d07fe220bd133bbc8ec65fb (patch) | |
| tree | 3df48828f76dfb0581f16b32decc78a0eb1bf86d /commands/Owners Only/testingcredits.js | |
| parent | 0b922294948ed3e1811aa166085775289f7ccfce (diff) | |
| download | PokeBot-ac316088f53c82a23d07fe220bd133bbc8ec65fb.tar.gz PokeBot-ac316088f53c82a23d07fe220bd133bbc8ec65fb.tar.bz2 PokeBot-ac316088f53c82a23d07fe220bd133bbc8ec65fb.zip | |
wow
Diffstat (limited to 'commands/Owners Only/testingcredits.js')
| -rw-r--r-- | commands/Owners Only/testingcredits.js | 4 |
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 = { |
