Skip to content

Commit ab05cfd

Browse files
committed
fix: actually check if they have it lmao
1 parent 4fa3c84 commit ab05cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export async function runNonCriticalChecks (
9494
result = false
9595
}
9696

97-
if (submission.author.roles.cache.has(config.roles().establishedMember)) {
97+
if (!submission.author.roles.cache.has(config.roles().establishedMember)) {
9898
genericLog.warning({
9999
type: 'text',
100100
content: 'Submitter does not appear to have Established Member role. Check and reject as neccesary.',

0 commit comments

Comments
 (0)