Skip to content

Commit

Permalink
Merge pull request #675 from hwangsihu/main
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
LucasB25 authored Aug 10, 2024
2 parents 3932798 + 5788539 commit cf09fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions locales/Korean.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"song": "삭제할 노래의 대기열 번호"
},
"errors": {
"no_songs": "대기열에 노래가 없어요.",
"no_songs": "그 대기열 번호에 등록된 노래가 없어요.",
"invalid_number": "올바른 노래 번호를 지정해주세요."
},
"messages": {
Expand Down Expand Up @@ -513,8 +513,8 @@
"no_player": "이 서버에 활성 플레이어가 없어요.",
"no_channel": "이 명령어를 사용하려면 먼저 음성 채널에 접속해주세요.",
"queue_empty": "대기열이 비어있어요.",
"no_previous": "대기열에 이전 노래가 없어요.",
"no_song": "대기열에 노래가 없어요.",
"no_previous": "이전 노래가 없어요.",
"no_song": "스킵할 노래가 없어요.",
"already_paused": "노래가 이미 일시정지되어있어요."
},
"trackStart": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"tslib": "^2.6.3",
"undici": "^6.19.5"
"undici": "^6.19.6"
},
"signale": {
"displayScope": true,
Expand Down

0 comments on commit cf09fdd

Please sign in to comment.