Browse Source

Decrease reaction rate

ghorsington 5 years ago
parent
commit
cd680b1d7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ const path = require("path");
 const client = require("./client.js");
 const util = require("./util.js");
 
-const REACT_PROBABILITY = 0.6;
+const REACT_PROBABILITY = 0.4;
 
 function trigger(actions, ...params) {
     let actionDone = false;