Skip to content

Commit

Permalink
No playable files downgraded to a low flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pickysaurus committed Jan 23, 2025
1 parent 22f3b33 commit 37fe137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeds/AutoModManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ async function checkFilePreview(mod: Partial<IMod>, user: DiscordBotUser, badFil
});

if (playableFiles.length === 0) {
flags.high.push("Does not contain any playable files. Likely spam.");
flags.low.push("Does not contain any playable files. Likely spam.");
}

}
Expand Down

0 comments on commit 37fe137

Please sign in to comment.