more funny random emojis

This commit is contained in:
2026-01-16 23:29:03 -05:00
parent e2e6fa8e8a
commit fe7b30908e

View File

@@ -89,7 +89,13 @@ client.on(Events.MessageCreate, message => {
const customEmojis = [
'Shitten:1430413059574206555',
'BLOWSUP:1430413011918651503',
'grin_cat:1445254917991436449'
'grin_cat:1445254917991436449',
'R_:1461939667657298081',
'crumble:1461939666121920605',
'jumble:1461939664306045008',
'scrumble:1461939662930055278',
'Chundle:1461939661541867713',
'chimgen:1461939660212408351'
];
const randomEmoji = customEmojis[Math.floor(Math.random() * customEmojis.length)];
message.react(randomEmoji);