generated from nhcarrigan/template
chore: remove news feed feature
Removes the hourly RSS news posting functionality, including the postNews module, rss interface, lastRssItems tracking, and the rss-parser dependency.
This commit is contained in:
@@ -11,9 +11,5 @@ export interface Amari {
|
||||
discord: Client;
|
||||
github: App["octokit"];
|
||||
githubApp: App;
|
||||
lastRssItems: {
|
||||
freeCodeCamp: string | null;
|
||||
hackerNews: string | null;
|
||||
};
|
||||
recentlyActiveChannels: Set<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user