fix: fcc sprint notifications

This commit is contained in:
2025-12-17 16:27:27 -08:00
parent 6e35d49a34
commit 72b7571b92
+4 -4
View File
@@ -24,7 +24,7 @@ const freeCodeCampSprintChannels: Array<Channel> = [
channelId: "1400935953887006861", channelId: "1400935953887006861",
createThread: true, createThread: true,
name: "TypeScript", name: "TypeScript",
roleId: "1400588705273745550", roleId: "1450668069700632646",
}, },
{ {
channelId: "1424801426160488520", channelId: "1424801426160488520",
@@ -36,13 +36,13 @@ const freeCodeCampSprintChannels: Array<Channel> = [
channelId: "1424801426160488520", channelId: "1424801426160488520",
createThread: true, createThread: true,
name: "Python Basics", name: "Python Basics",
roleId: "1450190989082890444", roleId: "1450187499912695838",
}, },
{ {
channelId: "1424801426160488520", channelId: "1424801426160488520",
createThread: true, createThread: true,
name: "accountability", name: "Miscellaneous Sprints",
roleId: "1400588705273745550", roleId: "1450672361291513916",
}, },
]; ];