Skip to content

Commit 92cbec3

Browse files
committed
less of that
1 parent 53a1d91 commit 92cbec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/discord/modules/shitposting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const TENOR_IMAGE_FREQ = 0.1; // how often the image will be taken from tenor in
3131
const DISCORD_IMAGE_FREQ = 0.2; // how often the bot will respond with an image instead of text
3232
const EMOJI_REPLY_FREQ = 0.2; // how often to reply with just an emoji
3333
const STICKER_FREQ = 0.02; // how often to reply with just a sticker
34-
const REPLY_FREQ = 0.5; // how often to when to take a word from a previous message if provided
34+
const REPLY_FREQ = 0.3; // how often to when to take a word from a previous message if provided
3535

3636
const ALLOWED_IMG_PROVIDERS = ["tenor", "imgur", "discordapp", "tumblr"];
3737
const MEDIA_URL_REGEX = new RegExp(

0 commit comments

Comments
 (0)