Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Chat_Bot
/
KaKao_ChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
윤준현
2018-12-05 21:05:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
969bd8ae45dd9d03eda7d7e7f9562633e4ac1318
969bd8ae
1 parent
3bd368ae
fix sintax error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
app.js
app.js
View file @
969bd8a
...
...
@@ -72,6 +72,7 @@ app.post('/message', function(req,res){
callback
(
null
,
mot
);
});
break
;
default
:
if
(
singer
==
'Reol'
){
crawlReol
.
crawl_Reol
(
'https://namu.wiki/w/%EB%A0%88%EC%98%A4%EB%A3%A8/%EC%9D%8C%EB%B0%98#toc'
,
function
(
Reol
){
...
...
@@ -291,7 +292,7 @@ app.post('/message', function(req,res){
case
'Guckkasten-Discography'
:
send
=
{
'message'
:
{
'text'
:
'Album List'
,
'text'
:
'Album List'
},
keyboard
:
{
'type'
:
'buttons'
,
...
...
@@ -326,7 +327,7 @@ app.post('/message', function(req,res){
case
'Mot-Discography'
:
send
=
{
'message'
:
{
'text'
:
'Album List'
,
'text'
:
'Album List'
},
keyboard
:
{
'type'
:
'buttons'
,
...
...
Please
register
or
login
to post a comment