resetting linux lol
diff --git a/src/automations/tickets/create.ts b/src/automations/tickets/create.ts
index 8eee3b2..8d58493 100644
--- a/src/automations/tickets/create.ts
+++ b/src/automations/tickets/create.ts
@@ -167,7 +167,7 @@
`Ticket created by <@${interaction.member.user.id}>\n` +
`**Support type:** ${chosenType != null ? (emoji) + " " + capitalize(chosenType) : "General"}\n` +
`**Ticket ID:** \`${c.id}\`\n${content}\n` +
- `Type \`/ticket close\` to archive this ticket.`,
+ `Type \`/ticket close\` to close this ticket.`,
)
.setStatus("Success")
.setEmoji("GUILD.TICKET.OPEN")