윤준현

Merge branch 'addKorean'

Showing 1 changed file with 2 additions and 3 deletions
......@@ -84,7 +84,7 @@ app.post('/message', function(req,res){
callback(null,yonezu)
});
}
else if(singer=='yorusika'){
else if(singer=='yorusika'){
crawlYorusika.crawl_yorusika('http://yorushika.com/discography/', function(yorusika){
callback(null,yorusika);
});
......@@ -107,7 +107,6 @@ app.post('/message', function(req,res){
},
// 사용자의 msg를 받아 res를 보냄 //
function(discography, callback){
var index;
if(msg[1] != '.'){
......@@ -234,7 +233,7 @@ app.post('/message', function(req,res){
case 'ヨルシカ':
send = {
'message': {
'text': '개요 : 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)',
'text': '설명 : 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)',
'photo': {
'url': 'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg',
'width': 1000,
......