Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -107,7 +107,6 @@ app.post('/message', function(req,res){ | ... | @@ -107,7 +107,6 @@ app.post('/message', function(req,res){ |
107 | }, | 107 | }, |
108 | 108 | ||
109 | // 사용자의 msg를 받아 res를 보냄 // | 109 | // 사용자의 msg를 받아 res를 보냄 // |
110 | - | ||
111 | function(discography, callback){ | 110 | function(discography, callback){ |
112 | var index; | 111 | var index; |
113 | if(msg[1] != '.'){ | 112 | if(msg[1] != '.'){ |
... | @@ -234,7 +233,7 @@ app.post('/message', function(req,res){ | ... | @@ -234,7 +233,7 @@ app.post('/message', function(req,res){ |
234 | case 'ヨルシカ': | 233 | case 'ヨルシカ': |
235 | send = { | 234 | send = { |
236 | 'message': { | 235 | 'message': { |
237 | - 'text': '개요 : 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)', | 236 | + 'text': '설명 : 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)', |
238 | 'photo': { | 237 | 'photo': { |
239 | 'url': 'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg', | 238 | 'url': 'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg', |
240 | 'width': 1000, | 239 | 'width': 1000, | ... | ... |
-
Please register or login to post a comment