Skip to content

Commit

Permalink
no one likes stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 19, 2023
1 parent f2423b8 commit a93a14a
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 @@ -31,7 +31,7 @@ const MAYBE_TRIGGER_FREQ = 0.4; // frequency of triggers above
const TENOR_IMAGE_FREQ = 0.1; // how often the image will be taken from tenor instead of local cache
const DISCORD_IMAGE_FREQ = 0.15; // how often the bot will respond with an image instead of text
const EMOJI_REPLY_FREQ = 0.2; // how often to reply with just an emoji
const STICKER_FREQ = 0.05; // how often to reply with just a sticker
const STICKER_FREQ = 0.02; // how often to reply with just a sticker
const REPLY_FREQ = 0.5; // how often to when to take a word from a previous message if provided

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

0 comments on commit a93a14a

Please sign in to comment.