Skip to content

Commit 35840e2

Browse files
committed
forgot I had a constant for that
1 parent 909ad63 commit 35840e2

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
@@ -102,7 +102,7 @@ export const Shat = async (options?: {
102102
? { files: [{ attachment: result, description: imgur.title }] }
103103
: undefined;
104104
} else {
105-
if (rng <= 0.8) {
105+
if (rng >= TENOR_IMAGE_FREQ) {
106106
try {
107107
const db = await (
108108
await globalThis.MetaConcord.container.getService("SQL")

0 commit comments

Comments
 (0)