generated from nhcarrigan/template
feat: analytics
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user