diff --git a/responses/crescent.js b/responses/crescent.js index 56d1dc4..1843c93 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -45,9 +45,13 @@ module.exports = { const r2 = ["That's good to hear qt ^^", "Me too!", ":) Glad to know my favorite femboy is doing well!"]; return message.channel.send(r2[Math.floor(Math.random() * r2.length)]); } - } catch {} - } - + } catch {} + } + if (content.toLowerCase().includes("good")) { + const r2 = ["O-oh..are you now..?", "Maybe we should go to dms for a bit ;)", "Stop. This is an SFW server Cres, you know that."]; + return message.channel.send(r2[Math.floor(Math.random() * r2.length)]); + } + if (incl(['gn luno', 'goodnight luno', 'night luno'])) { const r = ["Goodnight! :)", "Night Cres, I hope the server hasn't beckoned your wake for too long.", "I hope you're off to get some good sleep ^^ I don't get tired but... maybe I could pretend to be just for you...? :eyes:"]; message.channel.send(`${r[Math.floor(Math.random() * r.length)]} Want me to set your status before you go off?`);