Skip to content

Commit

Permalink
feat: release v2.4.2; fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
RFS-ADRENO committed Oct 2, 2024
1 parent e0c8681 commit 0fb7c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xaviabot",
"version": "2.4.1",
"version": "2.4.2",
"description": "A Facebook Messenger Bot",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,6 +45,6 @@
"semver": "^7.3.8",
"string-similarity": "^4.0.4",
"wikijs": "^6.4.0",
"ytdl-core": "^4.11.2"
"@distube/ytdl-core": "^4.14.4"
}
}
2 changes: 1 addition & 1 deletion plugins/commands/media/audio.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ffmpegPath from "ffmpeg-static"
import fluent from "fluent-ffmpeg"
import ytdl from "ytdl-core"
import ytdl from "@distube/ytdl-core"
import { join } from "path";
import { statSync } from "fs";

Expand Down
2 changes: 1 addition & 1 deletion plugins/commands/media/video.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ytdl from "ytdl-core"
import ytdl from "@distube/ytdl-core"
import { join } from "path";
import { statSync } from "fs";

Expand Down

0 comments on commit 0fb7c9f

Please sign in to comment.