feat: pull from hackernews
Node.js CI / Lint and Test (push) Successful in 40s

This commit is contained in:
2025-08-20 13:58:03 -07:00
parent 19ae5eded8
commit 186414e96a
4 changed files with 77 additions and 3 deletions
+1
View File
@@ -10,5 +10,6 @@ export interface Amari {
discord: Client;
lastRssItems: {
freeCodeCamp: string | null;
hackerNews: string | null;
};
}