feat: add health check command and tracking
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user