generated from nhcarrigan/template
feat: syndicate freeCodeCamp news posts
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
import type { Client } from "discord.js";
|
||||
|
||||
export interface Amari {
|
||||
discord: Client;
|
||||
discord: Client;
|
||||
lastRssItems: {
|
||||
freeCodeCamp: string | null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user