Skip to content

Commit

Permalink
2.1.10
Browse files Browse the repository at this point in the history
- Update `ytsr` package to `0.1.16`
- Log song info when it encountered an error
  • Loading branch information
skick1234 committed Jul 22, 2020
1 parent 9814a45 commit cc17d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distube",
"version": "2.1.9",
"version": "2.1.10",
"description": "A Discord.js v12 module to easily manage music commands and play Youtube song on Discord without any API key.",
"main": "src/DisTube.js",
"typings": "typings/DisTube.d.ts",
Expand Down Expand Up @@ -40,11 +40,11 @@
"discord-ytdl-core": "^4.0.5",
"moment": "^2.27.0",
"ytpl": "^0.1.22",
"ytsr": "^0.1.15"
"ytsr": "^0.1.16"
},
"devDependencies": {
"@discordjs/opus": "^0.3.2",
"@types/node": "^14.0.23",
"@types/node": "^14.0.24",
"clean-jsdoc-theme": "^2.2.11",
"discord.js": "^12.2.0",
"jsdoc": "^3.6.4",
Expand Down

0 comments on commit cc17d29

Please sign in to comment.