search: 등록되지 않은 멤버의 동작 수정
return을 안했더라
This commit is contained in:
parent
3365615ed5
commit
a2a2e56ca3
|
@ -72,6 +72,7 @@ export default {
|
|||
await interaction.editReply({
|
||||
content: "`에러`: 해당 멤버는 등록되지 않았어요!",
|
||||
});
|
||||
return;
|
||||
}
|
||||
let text = "";
|
||||
text +=
|
||||
|
|
Loading…
Reference in a new issue