From 68109a88c4707bab948b40c02acc28b17a27fd7a Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Wed, 27 Jun 2018 18:22:17 -0400 Subject: We made PokeCoins... whee --- commands/Fun/balance.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/Fun/balance.js') 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, }; -- cgit v1.2.3