Skip to content

Commit

Permalink
Updated Ytdl-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantox committed Apr 5, 2023
1 parent d58b858 commit 88691e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Commands/Core/hello.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
name: "hi",
alias: ["hello","alive"],
alias: ["hello","alive","info"],
desc: "Say hello to bot.",
react: "🧣",
category: "Core",
Expand Down
47 changes: 0 additions & 47 deletions Commands/Core/info.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"yargs": "^17.6.2",
"yarn": "^1.22.19",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.1"
"youtubedl-core": "^4.11.3"
},
"devDependencies": {
"@hapi/boom": "^9.1.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7175,7 +7175,7 @@ youtube-yts@^2.0.0:
minimist "~1.2.5"
node-fzf "~0.5.1"

youtubedl-core@^4.11.1:
youtubedl-core@^4.11.3:
version "4.11.3"
resolved "https://registry.yarnpkg.com/youtubedl-core/-/youtubedl-core-4.11.3.tgz#1e67ee413a36d8c347d0102e2d320a011ff41842"
integrity sha512-SE4h9yx0kZ9COQZWMcX2lHF5zDdqMloeheKB5Rn4aPDyxh9IzIzz+1NYNcNgDon+Bsh4VQQQhOYtzVpcryWBOw==
Expand Down

0 comments on commit 88691e0

Please sign in to comment.