Skip to content

Commit c70f36a

Browse files
Techbot121Meta Construct
authored andcommitted
lower reaction frequency
1 parent d33ebf0 commit c70f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/discord/modules/shitposting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const MSG_TRIGGER_COUNT = 10; // how many msgs in above interval until a msg is
1414
const MSG_CHAT_INTERVAL = 1000 * 60 * 60 * 2; // total time until a message is forced if below interval wasn't met (active chatters)
1515
const MSG_DEAD_CHAT_REVIVAL_INTERVAL = 1000 * 60 * 60 * 0.75; // idle (no active chatters) time until post, can be delayed by chatting
1616
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;
1818
const MSG_REPLY_REACTION_CLEAR_INTERVAL = 1000 * 60 * 60;
1919
const REACTION_FREQ = 0.0025; // how often to react on messages;
2020
const SAVE_INTERVAL = 1000 * 60 * 60 * 0.25; // saves lastmsg/mk at that interval

0 commit comments

Comments
 (0)