aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/balance.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Fun/balance.js')
-rw-r--r--commands/Fun/balance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Fun/balance.js b/commands/Fun/balance.js
index fd387bc..2c40800 100644
--- a/commands/Fun/balance.js
+++ b/commands/Fun/balance.js
@@ -9,7 +9,7 @@
exports.run = async (bot, msg) => {
const credits = await bot.plugins.economy.get(msg.author.id);
- msg.reply(credits + ' PokeCoins');
+ msg.reply(credits + ' atoms');
};
exports.conf = {