feat: syndicate freeCodeCamp news posts

This commit is contained in:
2025-08-20 12:23:53 -07:00
parent 344548c5d2
commit b5c19abb52
7 changed files with 199 additions and 2 deletions
+4 -1
View File
@@ -7,5 +7,8 @@
import type { Client } from "discord.js";
export interface Amari {
discord: Client;
discord: Client;
lastRssItems: {
freeCodeCamp: string | null;
};
}