This commit is contained in:
Expand-sys 2021-07-11 10:05:38 +10:00
parent 686a40094a
commit 682b741691

View file

@ -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");
}
},
};