We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1d91 commit 92cbec3Copy full SHA for 92cbec3
app/services/discord/modules/shitposting.ts
@@ -31,7 +31,7 @@ const TENOR_IMAGE_FREQ = 0.1; // how often the image will be taken from tenor in
31
const DISCORD_IMAGE_FREQ = 0.2; // how often the bot will respond with an image instead of text
32
const EMOJI_REPLY_FREQ = 0.2; // how often to reply with just an emoji
33
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
+const REPLY_FREQ = 0.3; // how often to when to take a word from a previous message if provided
35
36
const ALLOWED_IMG_PROVIDERS = ["tenor", "imgur", "discordapp", "tumblr"];
37
const MEDIA_URL_REGEX = new RegExp(
0 commit comments