박찬수

transmessage modified

...@@ -12,7 +12,7 @@ const domain = "2018102191.osschatbot2022.tk" ...@@ -12,7 +12,7 @@ const domain = "2018102191.osschatbot2022.tk"
12 const sslport = 23023; 12 const sslport = 23023;
13 const bodyParser = require('body-parser'); 13 const bodyParser = require('body-parser');
14 14
15 -var replyMsg = "players, seasons, standings, league, Son, Neymar"; 15 +var sampleReplyMsg = "players, seasons, standings, league, Son, Neymar";
16 16
17 function transMsg(replyMsg){ 17 function transMsg(replyMsg){
18 var language = "ko"; 18 var language = "ko";
...@@ -34,5 +34,3 @@ function transMsg(replyMsg){ ...@@ -34,5 +34,3 @@ function transMsg(replyMsg){
34 } 34 }
35 }); 35 });
36 } 36 }
...\ No newline at end of file ...\ No newline at end of file
37 -
38 -transMsg(replyMsg);
...\ No newline at end of file ...\ No newline at end of file
......