Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 20:41:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96aa826b6fc13f66f3a46516158c8f0294681e73
96aa826b
1 parent
e6bb3c09
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app.js
app.js
View file @
96aa826
...
...
@@ -129,7 +129,8 @@ async function handleEvent(event) {
resultm
+=
songList
[
i
].
singer
+
", "
+
songList
[
i
].
song
+
"\n"
;
}
}
console
.
log
(
resultm
);
client
.
replyMessage
(
event
.
replyToken
,
resultm
).
then
(
resolve
).
catch
(
reject
);
});
});
});
...
...
Please
register
or
login
to post a comment