force play-dl
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-07 03:08:25 +02:00
parent 3ecb2e8e26
commit 9cf8ba171b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 0 deletions

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"