Nix Krystik
2026-05-30 16:38:48 +08:00
parent 8c6d535f97
commit 0985712a1d
6 changed files with 171 additions and 171 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ export interface Task {
firstRun: boolean;
handle(context: Client): Promise<void>;
};
};