Skip to content

Commit

Permalink
less <:h_:536265505649197066> responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 17, 2023
1 parent 0b91519 commit afdf05e
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 @@ -337,7 +337,7 @@ export default async (bot: DiscordBot) => {

if (
user.id !== lastReactionUserId &&
Math.random() <= (reaction.emoji.name === "h_" ? 0.05 : MSG_REPLY_REACTION_FREQ)
Math.random() <= (reaction.emoji.name === "h_" ? 0.025 : MSG_REPLY_REACTION_FREQ)
) {
const mk = await bot.container
.getService("Markov")
Expand Down

0 comments on commit afdf05e

Please sign in to comment.