better funny odds
This commit is contained in:
4
index.js
4
index.js
@@ -109,8 +109,8 @@ client.on(Events.MessageCreate, message => {
|
|||||||
config.status = status;
|
config.status = status;
|
||||||
}
|
}
|
||||||
|
|
||||||
// wouldnt it be funny to react to 1 in like 10000 messages with emoji from a list
|
// wouldnt it be funny to react to 1 in like 1000 messages with emoji from a list
|
||||||
if (Math.random() < 0.0001 && !message.author.bot) {
|
if (Math.random() < 0.001 && !message.author.bot) {
|
||||||
const customEmojis = [
|
const customEmojis = [
|
||||||
'Shitten:1430413059574206555',
|
'Shitten:1430413059574206555',
|
||||||
'BLOWSUP:1430413011918651503',
|
'BLOWSUP:1430413011918651503',
|
||||||
|
|||||||
Reference in New Issue
Block a user