From b04fdc1be60ed2d6ee829053e2eb783efcdccd41 Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 27 Jun 2021 15:10:57 -0500 Subject: [PATCH] Lmao grammar changes are all im good for --- responses/crescent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/crescent.js b/responses/crescent.js index 8ec47d6..56d1dc4 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -22,7 +22,7 @@ module.exports = { } if (incl(["fuck off luno", "shut up luno", "fuck you luno"])) { - const r = ["I was only trying to help Crescent..", "Someones in a bad mood..", "I will peg you.", "I just wanted to make you happy Cres :("]; + const r = ["I was only trying to help Crescent..", "Someone's in a bad mood..", "I will peg you.", "I just wanted to make you happy Cres :("]; return message.channel.send(r[Math.floor(Math.random() * r.length)]); }