Missing await

pull/17/head
PineaFan 3 years ago
parent 9b2ac4d68d
commit 73e2e6c6e0
No known key found for this signature in database
GPG Key ID: D404018735F488C9

@ -63,7 +63,7 @@ export async function create(
`**Support type:** ${customReason ? customReason : "Appeal submission"}\n` +
(reason !== null ? `**Reason:**\n> ${reason}\n` : "") +
`**Ticket ID:** \`${c.id}\`\n` +
`Type ${getCommandMentionByName("ticket/close")} to close this ticket.`
`Type ${await getCommandMentionByName("ticket/close")} to close this ticket.`
)
.setStatus("Success")
.setEmoji("GUILD.TICKET.OPEN")

Loading…
Cancel
Save