은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
......@@ -114,6 +114,7 @@ function handleEvent(event) {
client.replyMessage(event.replyToken,result).then(resolve).catch(reject);
}
});
console.log("?!");
}
// 메시지의 언어가 영어 또는 한국어가 아닐 경우
else{
......