wip: commands

This commit is contained in:
2026-03-03 09:38:18 -08:00
parent 5a355e4775
commit 9df2d9ddc4
10 changed files with 433 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ import type { App } from "octokit";
export interface Amari {
discord: Client;
github: App["octokit"];
githubApp: App;
lastRssItems: {
freeCodeCamp: string | null;
hackerNews: string | null;