From 9ada4b9cbe6ff621ded073ac704e0f60159fe81f Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 3 Dec 2025 15:27:41 -0800 Subject: [PATCH] feat: prep for mentorship to be self-assignable --- src/modules/logMenteeJoin.ts | 8 -------- src/modules/processMentorshipRole.ts | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/modules/logMenteeJoin.ts b/src/modules/logMenteeJoin.ts index 6708d13..597f285 100644 --- a/src/modules/logMenteeJoin.ts +++ b/src/modules/logMenteeJoin.ts @@ -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! `, - }); await logger.metric("processed_mentee_join", 1, { user: member.id }); }; diff --git a/src/modules/processMentorshipRole.ts b/src/modules/processMentorshipRole.ts index 5d516cd..6ed35d5 100644 --- a/src/modules/processMentorshipRole.ts +++ b/src/modules/processMentorshipRole.ts @@ -46,11 +46,11 @@ export const processMentorshipRole = async( Welcome to our mentorship programme! We are excited to have you here and help you grow and reach success. -To get started, please make sure you have accepted the GitHub invite for your dedicated repository under the [NHCarrigan Mentorship organsation](). +To get started, please ping Naomi with your GitHub username and your first and last name. She will invite you to your dedicated repository in the [NHCarrigan Mentorship organsation]() where you can work on your flagship project. -Once you have done this, your next step is to read our [wiki](). Then, create your post in <#1400629118110011526> as outlined in the wiki. +Once you have done this, your next step is to read our [wiki](). Then, create your goal-setting post in <#1400629118110011526> and your project-planning post in <#1400616702265266186> as outlined in the wiki. -Naomi will follow up with you from there! Best of luck on your journey~! `, +If at any time you need some guidance, support, or review, please ping Naomi! She's always happy to help you succeed in your mentorship! Best of luck on your journey~! `, }); await logger.metric("processed_mentorship_role", 1, { user: updatedMember.id,