feat: initial prototype
Node.js CI / Lint and Test (push) Has been cancelled

This commit is contained in:
2025-02-23 19:45:53 -08:00
parent bbf71b077e
commit 3b5ceef191
25 changed files with 6276 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
/**
* Guild IDs that are granted free access to this bot and do NOT
* need to subscribe.
*/
export const entitledGuilds = [
"443134315778539530",
"1146133490933436476",
];