Skip to content

Commit

Permalink
adjust emoji and image freq
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Oct 30, 2023
1 parent a2d59dc commit b2cf739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/discord/modules/shitposting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const MAYBE_TRIGGER_FREQ = 0.4; // frequency of triggers above

// shat constants
const TENOR_IMAGE_FREQ = 0.1; // how often the bot will respond with an image instead of text
const DISCORD_IMAGE_FREQ = 0.2;
const DISCORD_IMAGE_FREQ = 0.15;
const STICKER_FREQ = 0.05; // guess
const REPLY_FREQ = 0.5; // when to take a word from a previous discord message if provided
const EMOJI_REPLY_FREQ = 0.1; // reply with just an emoji
const EMOJI_REPLY_FREQ = 0.2; // reply with just an emoji

const ALLOWED_IMG_PROVIDERS = ["tenor", "imgur", "discordapp", "tumblr"];

Expand Down

0 comments on commit b2cf739

Please sign in to comment.