김준서

Edit Response function

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