From 682b7416917244ac4966576e5116cc21046ca017 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Sun, 11 Jul 2021 10:05:38 +1000 Subject: [PATCH] yes --- commands/ccash/checkbal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }, };