diff --git a/src/modules/processMentorshipRole.ts b/src/modules/processMentorshipRole.ts index 6ed35d5..97124eb 100644 --- a/src/modules/processMentorshipRole.ts +++ b/src/modules/processMentorshipRole.ts @@ -42,15 +42,15 @@ export const processMentorshipRole = async( } await channel.send({ - content: `Hey <@${updatedMember.id}>~! + content: `Hey <@${updatedMember.id}>~! Welcome to the mentorship programme! -Welcome to our mentorship programme! We are excited to have you here and help you grow and reach success. - -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 goal-setting post in <#1400629118110011526> and your project-planning post in <#1400616702265266186> as outlined in the wiki. - -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~! `, +Please ping (mention, tag) Naomi in this channel with the following template to get started: +\`\`\` +GitHub username: +First name: +Last name: +\`\`\` +Then read our [mentorship wiki]() for the next steps!`, }); await logger.metric("processed_mentorship_role", 1, { user: updatedMember.id,