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)]); }