randomly emoji react funny time
This commit is contained in:
9
index.js
9
index.js
@@ -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
|
// funny auto mpreg react
|
||||||
|
|||||||
Reference in New Issue
Block a user