chore: disable sprint and mentorship reminders
Node.js CI / Lint and Test (push) Successful in 53s

I am OOO so we do not need these.
This commit is contained in:
2025-10-17 16:29:28 -07:00
parent 99d8353f79
commit a132018b9e
+2 -12
View File
@@ -12,20 +12,10 @@ interface Channel {
}
const nhcarriganMentorshipChannels: Array<Channel> = [
{
channelId: "1400630073010163792",
createThread: true,
name: "accountability",
roleId: "1400588705273745550",
},
];
const freeCodeCampSprintChannels: Array<Channel> = [
{
channelId: "1424801426160488520",
createThread: false,
name: "fsd sprints",
roleId: "1425506225453273224",
},
];
/**