From 72b7571b924497a33adb6e47c627c900ff0304db Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 17 Dec 2025 16:27:27 -0800 Subject: [PATCH] fix: fcc sprint notifications --- src/config/progressReminders.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/progressReminders.ts b/src/config/progressReminders.ts index bf003f0..17cd038 100644 --- a/src/config/progressReminders.ts +++ b/src/config/progressReminders.ts @@ -24,7 +24,7 @@ const freeCodeCampSprintChannels: Array = [ channelId: "1400935953887006861", createThread: true, name: "TypeScript", - roleId: "1400588705273745550", + roleId: "1450668069700632646", }, { channelId: "1424801426160488520", @@ -36,13 +36,13 @@ const freeCodeCampSprintChannels: Array = [ channelId: "1424801426160488520", createThread: true, name: "Python Basics", - roleId: "1450190989082890444", + roleId: "1450187499912695838", }, { channelId: "1424801426160488520", createThread: true, - name: "accountability", - roleId: "1400588705273745550", + name: "Miscellaneous Sprints", + roleId: "1450672361291513916", }, ];