Skip to content

Commit 254a6b1

Browse files
committed
fix: use patched version of play dl
1 parent 80bfb88 commit 254a6b1

File tree

3 files changed

+1841
-1507
lines changed

3 files changed

+1841
-1507
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,18 @@ yarn-debug.log*
1515
yarn-error.log*
1616

1717
coverage/
18+
19+
# will have compiled files and executables
20+
debug/
21+
target/
22+
target/*
23+
24+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
25+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
26+
Cargo.lock
27+
28+
# These are backup files generated by rustfmt
29+
**/*.rs.bk
30+
31+
# MSVC Windows builds of rustc generate these, which store debugging information
32+
*.pdb

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"dependencies": {
1515
"@discordjs/opus": "^0.9.0",
1616
"@discordjs/voice": "^0.16.1",
17-
"discord.js": "^14.14.1",
17+
"discord.js": "^14.15.3",
1818
"ffmpeg-static": "^4.4.1",
19-
"libsodium-wrappers": "^0.7.13",
20-
"play-dl": "^1.9.7",
19+
"libsodium-wrappers": "^0.7.14",
20+
"play-dl": "https://github.com/Yoduh/play-dl-test",
2121
"spotify-web-api-node": "^5.0.2",
2222
"twitch-m3u8": "^1.1.5",
23-
"youtube-sr": "^4.3.10"
23+
"youtube-sr": "^4.3.11"
2424
},
2525
"devDependencies": {
2626
"@vitest/coverage-v8": "^0.34.6",

0 commit comments

Comments
 (0)