generated from nhcarrigan/template
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user