Showing
1 changed file
with
2 additions
and
4 deletions
... | @@ -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"; |
... | @@ -33,6 +33,4 @@ function transMsg(replyMsg){ | ... | @@ -33,6 +33,4 @@ function transMsg(replyMsg){ |
33 | console.log(transMessage); | 33 | console.log(transMessage); |
34 | } | 34 | } |
35 | }); | 35 | }); |
36 | - } | ||
37 | - | ||
38 | -transMsg(replyMsg); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
36 | + } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment