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 4fa3c84 commit ab05cfdCopy full SHA for ab05cfd
src/api/checks.ts
@@ -94,7 +94,7 @@ export async function runNonCriticalChecks (
94
result = false
95
}
96
97
- if (submission.author.roles.cache.has(config.roles().establishedMember)) {
+ if (!submission.author.roles.cache.has(config.roles().establishedMember)) {
98
genericLog.warning({
99
type: 'text',
100
content: 'Submitter does not appear to have Established Member role. Check and reject as neccesary.',
0 commit comments