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