diff options
Diffstat (limited to 'commands/Fun/balance.js')
| -rw-r--r-- | commands/Fun/balance.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Fun/balance.js b/commands/Fun/balance.js index afe094e..fd387bc 100644 --- a/commands/Fun/balance.js +++ b/commands/Fun/balance.js @@ -9,11 +9,11 @@ exports.run = async (bot, msg) => { const credits = await bot.plugins.economy.get(msg.author.id); - msg.reply(credits + ' credits'); + msg.reply(credits + ' PokeCoins'); }; exports.conf = { - aliases: ['bal', 'money', 'credits'], + aliases: ['bal', 'money', 'coins'], guildOnly: true, }; |
