최지민

search_option5

Showing 1 changed file with 1 additions and 1 deletions
......@@ -84,7 +84,7 @@ function handleEvent(event) {
var result = { type: 'text', text:
title + " : " + description +
"/nlink : " + link
"\n\nlink : " + link
};
client.replyMessage(event.replyToken,result).then(resolve).catch(reject);
}
......