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-31 00:56:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55ae0c968a6ebfe85dfc6adc683d532208294fa8
55ae0c96
1 parent
7c833bc8
ADD: help message when message is requested not richmenu
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
server/chatbot/index.js
server/chatbot/index.js
View file @
55ae0c9
...
...
@@ -114,6 +114,13 @@ function handleEvent(event) {
})
);
}
return
Promise
.
resolve
(
client
.
replyMessage
(
event
.
replyToken
,
{
type
:
"text"
,
text
:
`반갑습니다! 편리한 중고 거래를 위한 매무리 봇 입니다!\n\n채팅창 하단 중앙의 메뉴 열기 버튼을 통해 메뉴를 확인하실 수 있습니다!\n메뉴 열기 버튼이 보이지 않으시다면 채팅창 하단 좌측의 ≡ 버튼을 눌러주세요!`
})
)
}
}
...
...
Please
register
or
login
to post a comment