Skip to content

Commit

Permalink
Add extractor option
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Apr 6, 2023
1 parent b69fb56 commit e7a5f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ services:
AUTO_LEAVE: "true"
AUTO_LEAVE_COOLDOWN: 5000
DISPLAY_VOICE_STATE: "true"
DP_FORCE_YTDL_MOD: "play-dl"
```
### Start the container
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ services:
MAX_VOLUME: 100
AUTO_LEAVE: "true"
AUTO_LEAVE_COOLDOWN: 5000
DISPLAY_VOICE_STATE: "true"
DISPLAY_VOICE_STATE: "true"
DP_FORCE_YTDL_MOD: "play-dl"

0 comments on commit e7a5f76

Please sign in to comment.