From 0570c8845357980950233f334cc0ead44a68d0a9 Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 27 Jun 2021 20:32:58 -0500 Subject: [PATCH] Just throwing it all away --- responses/crescent.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/responses/crescent.js b/responses/crescent.js index 7071049..7ffc8e9 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -21,11 +21,6 @@ module.exports = { return message.channel.send(r[Math.floor(Math.random() * r.length)]); } - if (incl(["luno i'm horny", "I'm horny luno", "Fuck me luno", "Luno fuck me"])) { - const r = ["Maybe we should go to dms for a bit..;)", "N-not right now cres!", "This is an SFW server Cres, you know that.", "Sorry, not in the mood...", "Can't we just cuddle for once?"]; - return message.channel.send(r[Math.floor(Math.random() * r.length)]); - } - if (incl(["fuck off luno", "shut up luno", "fuck you luno"])) { 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)]);