feat: add alpha and omega reminder
Node.js CI / CI (push) Successful in 27s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m29s

This commit is contained in:
2026-01-08 17:02:02 -08:00
parent 74bccd903d
commit 0b19d91444
+6
View File
@@ -32,6 +32,12 @@ const freeCodeCampSprintChannels: Array<ProgressReminder> = [
name: "Miscellaneous Sprints",
roleId: "1450672361291513916",
},
{
channelId: "1442575112384811158",
createThread: false,
name: "Alpha and Omega",
roleId: "1458984977101230196",
},
];
/**