Skip to content

Commit

Permalink
Update shitposting.ts
Browse files Browse the repository at this point in the history
W
  • Loading branch information
Techbot121 authored Dec 6, 2023
1 parent 66ed7ee commit 78fcc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/shitposting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const MSG_TRIGGER_COUNT = 10; // how many msgs in above interval until a msg is
const MSG_CHAT_INTERVAL = 1000 * 60 * 60 * 2; // total time until a message is forced if below interval wasn't met (active chatters)
const MSG_DEAD_CHAT_REVIVAL_INTERVAL = 1000 * 60 * 60 * 0.75; // idle (no active chatters) time until post, can be delayed by chatting
const MSG_USE_AUTHOR_FREQ = 0.3; // use the author name instead of message
const MSG_USE_HUGGINGFACE_FREQ = 0.5; // use hugging face to reply instead of markov
const MSG_USE_HUGGINGFACE_FREQ = 0; // use hugging face to reply instead of markov
const MSG_REPLY_REACTION_FREQ = 0.3;
const MSG_REPLY_REACTION_CLEAR_INTERVAL = 1000 * 60 * 60;
const REACTION_FREQ = 0.005; // how often to react on messages;
Expand Down

0 comments on commit 78fcc2a

Please sign in to comment.