This commit is contained in:
2025-12-16 00:46:08 -05:00
parent 7f010a009b
commit 4e80f42510

View File

@@ -113,7 +113,8 @@ client.on(Events.MessageCreate, message => {
if (Math.random() < 0.0001 && !message.author.bot) { if (Math.random() < 0.0001 && !message.author.bot) {
const customEmojis = [ const customEmojis = [
'Shitten:1430413059574206555', 'Shitten:1430413059574206555',
'BLOWSUP:1430413011918651503' 'BLOWSUP:1430413011918651503',
'grin_cat:1445254917991436449'
]; ];
const randomEmoji = customEmojis[Math.floor(Math.random() * customEmojis.length)]; const randomEmoji = customEmojis[Math.floor(Math.random() * customEmojis.length)];
message.react(randomEmoji); message.react(randomEmoji);