Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
Update ytdl-core to fix 403 error
  • Loading branch information
AlexInCube committed Jul 10, 2024
1 parent 450b393 commit 8b6fc4b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 372 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "3.1.2",
"version": "3.1.3",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand All @@ -12,6 +12,9 @@
"keywords": [],
"author": "AlexInCube",
"license": "ISC",
"engines": {
"node": ">=20"
},
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.1",
Expand All @@ -21,7 +24,7 @@
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.2",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.13.4",
"@distube/ytdl-core": "^4.13.5",
"@distube/ytsr": "^2.0.4",
"cross-env": "7.0.3",
"discord.js": "^14.15.3",
Expand Down
Loading

0 comments on commit 8b6fc4b

Please sign in to comment.