fix: correct announcement API endpoint and add optional content fields #20

Merged
naomi merged 4 commits from fix/announce into main 2026-03-23 15:59:42 -07:00
Showing only changes of commit ee796b6e57 - Show all commits
+4 -4
View File
@@ -3,12 +3,12 @@
* @license Naomi's Public License * @license Naomi's Public License
* @author Naomi Carrigan * @author Naomi Carrigan
*/ */
const naomiId = "465650873650118659";
const entitledGuilds = [ const entitledGuilds = [
"1354624415861833870", "1354624415861833870",
]; ];
const entitledUsers = [ const entitledUsers = [ naomiId ];
"465650873650118659",
];
export { entitledGuilds, entitledUsers }; export { entitledGuilds, entitledUsers, naomiId };