From d56689d317d29971e5fc05281fcfa565ecfcf770 Mon Sep 17 00:00:00 2001 From: Techbot121 Date: Wed, 27 Dec 2023 14:00:46 +0100 Subject: [PATCH] requested by <@849698482096046131> --- app/services/discord/modules/shitposting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/discord/modules/shitposting.ts b/app/services/discord/modules/shitposting.ts index cfc27000..2d46265e 100644 --- a/app/services/discord/modules/shitposting.ts +++ b/app/services/discord/modules/shitposting.ts @@ -29,7 +29,7 @@ const MAYBE_TRIGGER_FREQ = 0.4; // frequency of triggers above // shat constants const TENOR_IMAGE_FREQ = 0.1; // how often the image will be taken from tenor instead of local cache -const DISCORD_IMAGE_FREQ = 0.1; // how often the bot will respond with an image instead of text +const DISCORD_IMAGE_FREQ = 0.2; // 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.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