김준서

Edit Response method

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