revert
This commit is contained in:
parent
95ce384eee
commit
5cf74a65ab
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
||||||
"to-zalgo": "^1.0.1",
|
"to-zalgo": "^1.0.1",
|
||||||
"urban": "^0.3.2",
|
"urban": "^0.3.2",
|
||||||
"weather-js": "^2.0.0",
|
"weather-js": "^2.0.0",
|
||||||
"ytdl-core": "github:FLGX06/node-ytdl-core#invidious",
|
"ytdl-core": "^2.1.7",
|
||||||
"ytdl-core-discord": "github:FLGX06/ytdl-core-discord#invidious"
|
"ytdl-core-discord": "^1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -37,7 +37,7 @@ exports.getGuild = function (id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getLinkFromID = function (id) {
|
exports.getLinkFromID = function (id) {
|
||||||
return 'https://invidio.us/watch?v=' + id + '&local=true'
|
return 'https://www.youtube.com/watch?v=' + id
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getVideoByQuery = async function (client, query, message) {
|
exports.getVideoByQuery = async function (client, query, message) {
|
||||||
|
|
Loading…
Reference in a new issue