/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ import type { ProgressReminder } from "../interfaces/reminder.js"; const nhcarriganMentorshipChannels: Array = [ { channelId: "1400630073010163792", createThread: true, name: "accountability", roleId: "1400588705273745550", }, ]; const freeCodeCampSprintChannels: Array = [ { channelId: "1424801426160488520", createThread: true, name: "JS Objects/Arrays/Loops", roleId: "1425506225453273224", }, { channelId: "1424801426160488520", createThread: true, name: "Python Basics", roleId: "1450187499912695838", }, { channelId: "1424801426160488520", createThread: true, name: "Miscellaneous Sprints", roleId: "1450672361291513916", }, { channelId: "1442575112384811158", createThread: false, name: "Alpha and Omega", roleId: "1458984977101230196", }, ]; /** * The channels to post progress reminders in. */ export const progressReminders: Array = [ ...nhcarriganMentorshipChannels, ...freeCodeCampSprintChannels, ];