File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/services/discord/modules Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const MSG_TRIGGER_COUNT = 10; // how many msgs in above interval until a msg is
14
14
const MSG_CHAT_INTERVAL = 1000 * 60 * 60 * 2 ; // total time until a message is forced if below interval wasn't met (active chatters)
15
15
const MSG_DEAD_CHAT_REVIVAL_INTERVAL = 1000 * 60 * 60 * 0.75 ; // idle (no active chatters) time until post, can be delayed by chatting
16
16
const MSG_USE_AUTHOR_FREQ = 0.3 ; // use the author name instead of message
17
- const MSG_REPLY_REACTION_FREQ = 0.3 ;
17
+ const MSG_REPLY_REACTION_FREQ = 0.1 ;
18
18
const MSG_REPLY_REACTION_CLEAR_INTERVAL = 1000 * 60 * 60 ;
19
19
const REACTION_FREQ = 0.0025 ; // how often to react on messages;
20
20
const SAVE_INTERVAL = 1000 * 60 * 60 * 0.25 ; // saves lastmsg/mk at that interval
You can’t perform that action at this time.
0 commit comments