Skip to content

Commit

Permalink
Replace play-dl with youtube-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMonDon committed Sep 27, 2023
1 parent 649d937 commit fe9572a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 31 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,6 @@ process.on('uncaughtException', (err) => {
});

process.on('unhandledRejection', (err) => {
console.log(err);
return client.logger.error(`Unhandled Rejection: ${err}`);
});
79 changes: 49 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"openweather-apis": "^4.4.2",
"opusscript": "^0.0.8",
"owlbot-js": "^2.0.3",
"play-dl": "^1.9.7",
"quick.db": "^9.1.7",
"random-words": "^1.2.0",
"randomfmylife": "^0.2.3",
Expand All @@ -77,6 +76,7 @@
"twemoji": "^14.0.2",
"undici": "^5.19.1",
"weather-js": "^2.0.0",
"youtube-ext": "^1.1.14",
"youtube-sr": "^4.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit fe9572a

Please sign in to comment.