김준서

Edit Response function

Showing 1 changed file with 1 additions and 0 deletions
......@@ -94,6 +94,7 @@ function Response(replyToken, message) {
}
else {
Exception.SayIDontKnow(replyToken);
ShowMenu();
}
}
......