Skip to content

Commit 2e6c07f

Browse files
committed
use correct constant
1 parent 35840e2 commit 2e6c07f

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
@@ -75,7 +75,7 @@ export const Shat = async (options?: {
7575

7676
const rng = Math.random();
7777

78-
if (rng > TENOR_IMAGE_FREQ && !options?.forceImage) {
78+
if (rng > DISCORD_IMAGE_FREQ && !options?.forceImage) {
7979
const message = options?.msg?.replaceAll(`<@${DiscordConfig.bot.userId}> `, "");
8080
let search: string | undefined;
8181

0 commit comments

Comments
 (0)