randomly emoji react funny time

This commit is contained in:
2025-11-04 00:52:35 -05:00
parent efac36c4ac
commit ad852d9303

View File

@@ -61,6 +61,15 @@ 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