Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature v0.3
버튼 상호작용으로 전체 스케줄을 탐색할 수 있도록 기존 명령어를 수정합니다. 또한 변경된 명령어 공지를 위한 새로운 명령어를 추가합니다.
작업 내용 요약
/현재스케줄
명령어 응답에이전 스케줄
버튼을 추가하여 사용자가 이전/다음 스케줄을 탐색할 수 있도록 합니다./현재스케줄
을 명령어 동작 성격에 맞도록/스케줄
로 변경합니다./만타봇
을 추가합니다.작업 내용
버튼 상호작용 추가
/현재스케줄
명령어 응답에이전 스케줄
버튼 상호작용을 추가 구현합니다. 그리고 해당 명령어 이름을/스케줄
로 변경합니다.Important
모바일로 음성 채널 내 채팅창에서
/오픈
명령어 사용 시 메뉴바가 선택되지 않는 문제가 발견되었습니다.따라서 버튼으로도 탐색 기능을 구현하여, 메뉴바를 사용할 수 없는 사용자도 스케줄 탐색 기능을 사용할 수 있도록 합니다.
다음 스케줄 확인하기
버튼 라벨을다음 스케줄
로 변경하고,이전 스케줄
버튼을 추가 구현합니다./현재스케줄
→/스케줄
로 변경한다.봇 정보 출력 명령어 추가
사용자에게 명령어 이름 변경을 알리기 위해 새로운 명령어
/만타봇
을 추가한다.commands.json
에 현재 사용 가능한 명령어 목록을 작성한다.명령어 목록 출력을 위한 임베드 메시지 생성 모듈
botInfo-embedBuilder.js
을 작성한다.해당 명령어 응답은 명령어 사용자만 확안할 수 있도록 설정한다.
기타 변경사항