Skip to content

Commit

Permalink
Update 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin-G committed Sep 9, 2023
1 parent 23a0199 commit 43b1082
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Daydream, StellarLoom 프로젝트를 체험해보고 싶다면 유피를 서버
- [스킵](#스킵)
- [재생목록](#재생목록)
- [반복](#반복)
- [셔플](#셔플)
- [이동](#이동)

# 설치

Expand Down Expand Up @@ -176,6 +178,10 @@ URL은 **Youtube**, *SoundCloud, BandCamp, Twitch* 를 지원하고 있습니다
> /스킵 [트랙 번호]
> /스킵 [시작 트랙 번호, 끝 트랙 번호]
여러 트랙을 삭제할 수도 있습니다. 1 3은 1 ~ 3번 트랙을 스킵합니다.

- 트랙 번호는 [/재생목록](#재생목록) 을 참조

## 재생목록
Expand All @@ -184,4 +190,12 @@ URL은 **Youtube**, *SoundCloud, BandCamp, Twitch* 를 지원하고 있습니다
**`트랙 번호`** | 곡 이름

## 반복
> /반복
> /반복
## 셔플
> /셔플
## 이동
> /이동 [시간]
예를 들어 1 30 은 1분 30초 부터 재생합니다.
2 changes: 1 addition & 1 deletion commands/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
.setDescription("재생중인 영상 혹은 특정 영상을 스킵해요.")
.addStringOption((option) =>
option.setName("옵션")
.setDescription("공백 또는 트랙 번호를 입력해주세요. 옵션이 공백이면 현재 트랙을 스킵해요.")
.setDescription("공백 또는 트랙 번호를 입력해주세요. 여러 트랙을 삭제할 수도 있습니다. 1 3은 1 ~ 3번 트랙을 스킵합니다.")
.setRequired(false)),

async execute(interaction) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stellarloom",
"displayName": "StellarLoom Preview",
"version": "2.0.0",
"version": "2.0.1",
"description": "거대한 프로젝트를 위한 안정성 있고 효율적인 한국어 기반 디스코드 뮤직 봇",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 43b1082

Please sign in to comment.