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