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

@@ -26,6 +26,7 @@ export class CommandHandler {
try {
await command.execute(interaction);
AuroraClient.lastCommandTimestamp = Date.now();
} catch (error) {
logger.error(String(error));
const errorEmbed = createErrorEmbed('There was an error while executing this command!');