From a2a2e56ca30cad56f48b9c933bb1d9b47509ed4e Mon Sep 17 00:00:00 2001 From: kdh8219 <65698239+kdh8219@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:55:22 +0900 Subject: [PATCH] =?UTF-8?q?search:=20=EB=93=B1=EB=A1=9D=EB=90=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EC=9D=80=20=EB=A9=A4=EB=B2=84=EC=9D=98=20=EB=8F=99?= =?UTF-8?q?=EC=9E=91=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit return을 안했더라 --- src/command/commands/search.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command/commands/search.ts b/src/command/commands/search.ts index 90b8e01..13a3f3c 100755 --- a/src/command/commands/search.ts +++ b/src/command/commands/search.ts @@ -71,7 +71,8 @@ export default { if (the_data.empty) { await interaction.editReply({ content: "`에러`: 해당 멤버는 등록되지 않았어요!", - }); + }); + return; } let text = ""; text +=