generated from nhcarrigan/template
chore: remove news feed feature #17
+2
-2
@@ -59,8 +59,8 @@ const amari: Amari = {
|
||||
],
|
||||
partials: [ Partials.Channel ],
|
||||
}),
|
||||
github: octokit,
|
||||
githubApp: githubApp,
|
||||
github: octokit,
|
||||
githubApp: githubApp,
|
||||
recentlyActiveChannels: new Set<string>(),
|
||||
};
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ import type { Client } from "discord.js";
|
||||
import type { App } from "octokit";
|
||||
|
||||
export interface Amari {
|
||||
discord: Client;
|
||||
github: App["octokit"];
|
||||
githubApp: App;
|
||||
discord: Client;
|
||||
github: App["octokit"];
|
||||
githubApp: App;
|
||||
recentlyActiveChannels: Set<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user