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 35840e2 commit 2e6c07fCopy full SHA for 2e6c07f
app/services/discord/modules/shitposting.ts
@@ -75,7 +75,7 @@ export const Shat = async (options?: {
75
76
const rng = Math.random();
77
78
- if (rng > TENOR_IMAGE_FREQ && !options?.forceImage) {
+ if (rng > DISCORD_IMAGE_FREQ && !options?.forceImage) {
79
const message = options?.msg?.replaceAll(`<@${DiscordConfig.bot.userId}> `, "");
80
let search: string | undefined;
81
0 commit comments