박찬수

reply mod

Showing 1 changed file with 1 additions and 0 deletions
......@@ -126,6 +126,7 @@ function SelectAPI(eventObj, commingMsg){
}
}
else{ // 팀명 입력
isLeagueInfo = false;
papago.TranslateKRtoEN(commingMsg, function(transedMsg){
currentTeamID = data.SearchTeam(transedMsg);
Reply(eventObj, SelectTeamInfoMessage());
......