From e67f154cb7ff4e51838b507fd13c08806b00b4bb Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 27 Jun 2021 20:19:49 -0500 Subject: [PATCH] Horny v2 --- responses/crescent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/crescent.js b/responses/crescent.js index 1843c93..eab6c89 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -47,7 +47,7 @@ module.exports = { } } catch {} } - if (content.toLowerCase().includes("good")) { + if (content.toLowerCase().includes("horny")) { 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)]); }