From a132018b9ec6e806ff113f958586b0e72f89f6df Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 17 Oct 2025 16:29:28 -0700 Subject: [PATCH] chore: disable sprint and mentorship reminders I am OOO so we do not need these. --- src/config/progressReminders.ts | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/config/progressReminders.ts b/src/config/progressReminders.ts index d241b78..188623c 100644 --- a/src/config/progressReminders.ts +++ b/src/config/progressReminders.ts @@ -12,20 +12,10 @@ interface Channel { } const nhcarriganMentorshipChannels: Array = [ - { - channelId: "1400630073010163792", - createThread: true, - name: "accountability", - roleId: "1400588705273745550", - }, + ]; const freeCodeCampSprintChannels: Array = [ - { - channelId: "1424801426160488520", - createThread: false, - name: "fsd sprints", - roleId: "1425506225453273224", - }, + ]; /**