resetting linux lol
diff --git a/src/automations/createModActionTicket.ts b/src/automations/createModActionTicket.ts
index fad9a62..2ab9a46 100644
--- a/src/automations/createModActionTicket.ts
+++ b/src/automations/createModActionTicket.ts
@@ -54,7 +54,7 @@
`Ticket created by a Moderator\n` +
`**Support type:** Appeal submission\n` + (reason != null ? `**Reason:**\n> ${reason}\n` : "") +
`**Ticket ID:** \`${c.id}\`\n` +
- `Type \`/ticket close\` to archive this ticket.`,
+ `Type \`/ticket close\` to close this ticket.`,
)
.setStatus("Success")
.setEmoji("GUILD.TICKET.OPEN")