From 4e80f42510697f890a7b95619a27b8471f2c7586 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 16 Dec 2025 00:46:08 -0500 Subject: [PATCH] grin --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 9616947..b21754f 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,8 @@ client.on(Events.MessageCreate, message => { if (Math.random() < 0.0001 && !message.author.bot) { const customEmojis = [ 'Shitten:1430413059574206555', - 'BLOWSUP:1430413011918651503' + 'BLOWSUP:1430413011918651503', + 'grin_cat:1445254917991436449' ]; const randomEmoji = customEmojis[Math.floor(Math.random() * customEmojis.length)]; message.react(randomEmoji);