Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -72,6 +72,7 @@ app.post('/message', function(req,res){ | ... | @@ -72,6 +72,7 @@ app.post('/message', function(req,res){ |
72 | callback(null, mot); | 72 | callback(null, mot); |
73 | }); | 73 | }); |
74 | break; | 74 | break; |
75 | + | ||
75 | default: | 76 | default: |
76 | if(singer == 'Reol'){ | 77 | if(singer == 'Reol'){ |
77 | 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){ | 78 | 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){ | ... | @@ -291,7 +292,7 @@ app.post('/message', function(req,res){ |
291 | case 'Guckkasten-Discography': | 292 | case 'Guckkasten-Discography': |
292 | send = { | 293 | send = { |
293 | 'message': { | 294 | 'message': { |
294 | - 'text': 'Album List', | 295 | + 'text': 'Album List' |
295 | }, | 296 | }, |
296 | keyboard: { | 297 | keyboard: { |
297 | 'type': 'buttons', | 298 | 'type': 'buttons', |
... | @@ -326,7 +327,7 @@ app.post('/message', function(req,res){ | ... | @@ -326,7 +327,7 @@ app.post('/message', function(req,res){ |
326 | case 'Mot-Discography': | 327 | case 'Mot-Discography': |
327 | send = { | 328 | send = { |
328 | 'message': { | 329 | 'message': { |
329 | - 'text': 'Album List', | 330 | + 'text': 'Album List' |
330 | }, | 331 | }, |
331 | keyboard: { | 332 | keyboard: { |
332 | 'type': 'buttons', | 333 | 'type': 'buttons', | ... | ... |
-
Please register or login to post a comment