diff --git a/src/js/challenge-controller.js b/src/js/challenge-controller.js index bf1297927..d74be267f 100644 --- a/src/js/challenge-controller.js +++ b/src/js/challenge-controller.js @@ -114,6 +114,13 @@ export function verify(result) { } } if (requirementsMet) { + if (active.autoRole) { + Notifications.add( + "You will receive a role shortly. Please don't post a screenshot in challenge submissions.", + 1, + 5 + ); + } Notifications.add(`${active.display} challenge passed!`, 1); return active.name; } else {