feat: initial prototype
Node.js CI / Lint and Test (push) Successful in 37s

This commit is contained in:
2025-08-19 17:16:42 -07:00
parent b9579fede0
commit a05de6ba2a
18 changed files with 5164 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
/**
* @copyright NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export const ids = {
channels: {
mentorshipGoalForum: "1400629118110011526",
mentorshipProjectForum: "1400616702265266186",
},
roles: {
nhcarrigan: "1355033209037127771",
},
tags: {
goal: {
member: "1406355263811752147",
naomi: "1406355221847871740",
},
project: {
member: "1406355801983025183",
naomi: "1406355770336870420",
},
},
users: {
amari: "1406431359345496255",
naomi: "465650873650118659",
nhcarrigan: "1382837581649150104",
},
};