diff --git a/commands/ccash/checkbal.js b/commands/ccash/checkbal.js index aefd5c5..2bf6d9c 100644 --- a/commands/ccash/checkbal.js +++ b/commands/ccash/checkbal.js @@ -8,7 +8,7 @@ module.exports = { if (bal == -1) { message.reply("User not found fucko"); } else { - message.reply(bal.toString() + " urination station tokens"); + message.reply(bal.toString() + " piss points"); } }, };