feat: prep for mentorship to be self-assignable
Node.js CI / Lint and Test (push) Successful in 28s

This commit is contained in:
2025-12-03 15:27:41 -08:00
parent 34d71c73aa
commit 9ada4b9cbe
2 changed files with 3 additions and 11 deletions
-8
View File
@@ -40,13 +40,5 @@ export const logMenteeJoin = async(
);
return;
}
await channel.send({
content: `Hey <@${member.id}>~!
Welcome to our community! It looks like you may have applied for our mentorship programme!
If that is correct, you should ping Naomi **with your GitHub username** to grant your role and begin onboarding! <a:love:1364089736557494353>`,
});
await logger.metric("processed_mentee_join", 1, { user: member.id });
};