From 7b6e000f9d4176843d34cd05bb863958582c910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phorcys=20=F0=9F=90=BE?= <57866459+phorcys420@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:17:23 +0000 Subject: [PATCH] fix(commands/util/close): line break before the reopen hint --- src/commands/util/close.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )}.`