mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-07-09 06:25:08 +00:00
Add support for youtube links
This commit is contained in:
@@ -11,17 +11,21 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "~0.16.0",
|
||||
"@types/fluent-ffmpeg": "^2.1.22",
|
||||
"@types/multer": "~1.4.8",
|
||||
"@types/node": "~20.8.2",
|
||||
"body-parser": "^1.20.2",
|
||||
"discord.js": "~14.13.0",
|
||||
"dotenv": "~16.3.1",
|
||||
"express": "~4.18.2",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"libsodium-wrappers": "~0.7.13",
|
||||
"multer": "~1.4.5-lts.1",
|
||||
"node-schedule": "~2.1.1",
|
||||
"libsodium-wrappers": "~0.7.13",
|
||||
"sodium": "~3.0.2",
|
||||
"ts-node": "~10.9.1",
|
||||
"typescript": "~5.2.2"
|
||||
"typescript": "~5.2.2",
|
||||
"ytdl-core": "^4.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "~4.17.18",
|
||||
|
||||
Reference in New Issue
Block a user