feat: support discussion forum
Node.js CI / Lint and Test (push) Successful in 43s

This commit is contained in:
2025-08-21 12:17:28 -07:00
parent 1346a29a1f
commit 1d4f0af6f8
3 changed files with 12 additions and 1 deletions
-1
View File
@@ -38,7 +38,6 @@ amari.discord.once(Events.ClientReady, () => {
`Authenticated to Discord as ${amari.discord.user?.username ?? "unknown"}`);
void cacheData(amari);
scheduleJob("post news", "0 * * * *", async() => {
await logger.log("debug", "Fetching tech news.");
await postFreeCodeCampNews(amari);
await postHackerNews(amari);
});