We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9705d0f commit 73025d9Copy full SHA for 73025d9
1 file changed
index.js
@@ -49,7 +49,7 @@ if(msg.isMemberMentioned(client.user)){
49
}
50
51
// TWSS responses
52
-if (twss.prob(message) >= THRESHOLD) {
+if (twss.prob(message) >= THRESHOLD && Math.random() > 0.7 ) {
53
msg.reply(TWSS_RESPONSE)
54
55
})
0 commit comments