diff --git a/responses/crescent.js b/responses/crescent.js index 6c5c00e..631c3ab 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -64,7 +64,7 @@ module.exports = { } else {return message.channel.send("Alrighty. Have a good night, my favorite femboy");} } - if (incl['love you', 'wub you', 'love u', 'wub u', 'luv u', 'wub u'] && inc('luno')) { + if (incl(['love you', 'wub you', 'love u', 'wub u', 'luv u', 'wub u']) && inc('luno')) { const r = ["uwu //// b-but i'm busy trying to mod right now crescent!", "but what happened to ang?", "i will neither confirm nor deny my feelings for you", ":eyes: :wink:"]; return message.channel.send(r[Math.floor(Math.random() * r.length)]);