Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-08 16:22:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04894603b39d952f283be1bd932671caeb695e4c
04894603
1 parent
0367258b
transmessage modified
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
transmessage.js
transmessage.js
View file @
0489460
...
...
@@ -12,7 +12,7 @@ const domain = "2018102191.osschatbot2022.tk"
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
var
r
eplyMsg
=
"players, seasons, standings, league, Son, Neymar"
;
var
sampleR
eplyMsg
=
"players, seasons, standings, league, Son, Neymar"
;
function
transMsg
(
replyMsg
){
var
language
=
"ko"
;
...
...
@@ -33,6 +33,4 @@ function transMsg(replyMsg){
console
.
log
(
transMessage
);
}
});
}
transMsg
(
replyMsg
);
\ No newline at end of file
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment