generated from nhcarrigan/template
style: fix key-spacing alignment
This commit is contained in:
@@ -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