From ad852d9303eaf6b1f64cd78ec799090bc1147627 Mon Sep 17 00:00:00 2001 From: Cesium Date: Tue, 4 Nov 2025 00:52:35 -0500 Subject: [PATCH] randomly emoji react funny time --- index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 23d75a2..4e16aaf 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,16 @@ client.on(Events.MessageCreate, message => { } } -}); + // wouldnt it be funny to react to 1 in like 10000 messages with emoji from a list + if (Math.random() < 0.0001 && !message.author.bot) { + const customEmojis = [ + 'Shitten:1430413059574206555', + 'BLOWSUP:1430413011918651503' + ]; + const randomEmoji = customEmojis[Math.floor(Math.random() * customEmojis.length)]; + message.react(randomEmoji); + } +}); // funny auto mpreg react const mpregs = [