diff --git a/index.js b/index.js index 23d75a2..4e16aaf 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,16 @@ 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 const mpregs = [