diff --git a/src/commands/util/close.ts b/src/commands/util/close.ts index d525cea..de90bc1 100644 --- a/src/commands/util/close.ts +++ b/src/commands/util/close.ts @@ -59,7 +59,7 @@ export async function handleIssueState( const reopenHint = close && !lock - ? ` You can reopen this issue by doing ${await getCommandMention( + ? `\nYou can reopen this issue by doing ${await getCommandMention( interaction.client, "reopen", )}.`