Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
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
유명현
2022-05-29 00:49:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f88c2bb8236496352f1b34d50b3314e3d4d238a1
f88c2bb8
1 parent
ad0454b1
EDIT: richMenu id change
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
server/chatbot/index.js
server/chatbot/index.js
View file @
f88c2bb
...
...
@@ -252,11 +252,10 @@ module.exports = { handleEvent, config };
// };
// 등록
// client.createRichMenu(richMenu).then((richMenuId) => {
//
console.log(richMenuId)
//
console.log(richMenuId);
// });
// client.setRichMenuImage(
//
"richmenu-ab4bba1c3c9235be50e3e8924fabd940
",
//
"richmenu-de8d05638cd98d81e765576986376314
",
// fs.createReadStream("./static/image/richMenu.png")
// );
// client.setDefaultRichMenu("richmenu-ab4bba1c3c9235be50e3e8924fabd940");
//
// client.setDefaultRichMenu("richmenu-de8d05638cd98d81e765576986376314");
...
...
Please
register
or
login
to post a comment