From e042920db23337005aa094428c06548d15bd37f4 Mon Sep 17 00:00:00 2001 From: Crescent Date: Thu, 24 Jun 2021 21:07:57 -0500 Subject: [PATCH] Literally changed one letter pog. --- responses/crescent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/crescent.js b/responses/crescent.js index c2289fc..58fae92 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -28,7 +28,7 @@ module.exports = { let content = await message.channel.awaitMessages(m => m.author.id === "480535078150340609", {max: 1, errors: ['time'], time: 60000, maxMatches: 1}); content = content.first().content; if (incl(["not so good", "not good", "not pog"], content.toLowerCase())) { - const r2 = ["Aw :( I sowwy", "y sadge moment?", "did sen call you gay again..."]; + const r2 = ["Aw :( I sowwy", "y sadge moment?", "Did sen call you gay again..."]; await message.channel.send(r2[Math.floor(Math.random() * r2.length)]); try { content = await message.channel.awaitMessages(m => m.author.id === "480535078150340609", {max: 1, errors: ['time'], time: 60000, maxMatches: 1});