generated from nhcarrigan/template
style: fix key-spacing alignment
This commit is contained in:
+2
-2
@@ -59,8 +59,8 @@ const amari: Amari = {
|
|||||||
],
|
],
|
||||||
partials: [ Partials.Channel ],
|
partials: [ Partials.Channel ],
|
||||||
}),
|
}),
|
||||||
github: octokit,
|
github: octokit,
|
||||||
githubApp: githubApp,
|
githubApp: githubApp,
|
||||||
recentlyActiveChannels: new Set<string>(),
|
recentlyActiveChannels: new Set<string>(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ import type { Client } from "discord.js";
|
|||||||
import type { App } from "octokit";
|
import type { App } from "octokit";
|
||||||
|
|
||||||
export interface Amari {
|
export interface Amari {
|
||||||
discord: Client;
|
discord: Client;
|
||||||
github: App["octokit"];
|
github: App["octokit"];
|
||||||
githubApp: App;
|
githubApp: App;
|
||||||
recentlyActiveChannels: Set<string>;
|
recentlyActiveChannels: Set<string>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user