From fd349e20fc82a3415698665bfe27ee80b8d5a4f4 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 16 Dec 2025 00:51:19 -0500 Subject: [PATCH] better funny odds --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b21754f..48285e8 100644 --- a/index.js +++ b/index.js @@ -109,8 +109,8 @@ client.on(Events.MessageCreate, message => { config.status = status; } - // 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) { + // wouldnt it be funny to react to 1 in like 1000 messages with emoji from a list + if (Math.random() < 0.001 && !message.author.bot) { const customEmojis = [ 'Shitten:1430413059574206555', 'BLOWSUP:1430413011918651503',