feat: analytics
Code Analysis / SonarQube (push) Failing after 18s
Node.js CI / Lint and Test (push) Failing after 43s

This commit is contained in:
2025-10-09 20:25:35 -07:00
parent 453861702d
commit ba37114fee
9 changed files with 66 additions and 8 deletions
+1
View File
@@ -107,6 +107,7 @@ export const open = async(
await interaction.editReply({
content: `Ticket created~!`,
});
await logger.metric("open_command", 1, {});
} catch (error) {
await replyToError(interaction);
if (error instanceof Error) {