fix: could not extract stream for this track #91

Merged
Anri merged 3 commits from fix/music into main 2023-04-07 03:12:55 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 9cf8ba171b - Show all commits

View file

@ -18,4 +18,6 @@ RUN npx tsc
RUN rm -r src/ tsconfig.json
RUN npm uninstall typescript @types/sqlite3
ENV DP_FORCE_YTDL_MOD=play-dl
CMD ["dumb-init", "node", "./dist/index.js"]

View file

@ -1 +1,2 @@
TOKEN_DISCORD="your-token-goes-here"
DP_FORCE_YTDL_MOD="play-dl"