박찬수

transmessage modified

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