feat: track when naomi is recently active
Node.js CI / Lint and Test (push) Successful in 48s

This commit is contained in:
2025-09-02 14:14:03 -07:00
parent 994f50c174
commit 7facefccd8
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -14,4 +14,5 @@ export interface Amari {
freeCodeCamp: string | null;
hackerNews: string | null;
};
recentlyActiveChannels: Set<string>;
}