feat: add health check command and tracking

This commit is contained in:
syntaxbullet
2026-01-06 17:30:55 +01:00
parent 3351295bdc
commit 606d83a7ae
5 changed files with 205 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import { logger } from "@lib/logger";
export class Client extends DiscordClient {
commands: Collection<string, Command>;
lastCommandTimestamp: number | null = null;
private commandLoader: CommandLoader;
private eventLoader: EventLoader;