New Command Added

* Play/Stop Music
This commit is contained in:
Indrajith K L
2021-03-11 22:01:49 +05:30
parent beab08570b
commit c3b6af4db3
3 changed files with 1140 additions and 3 deletions

View File

@@ -11,9 +11,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1"
"ffmpeg-static": "^4.2.7",
"node-fetch": "^2.6.1",
"yt-search": "^2.7.3",
"ytdl-core": "^4.5.0"
},
"engines": { "node": "12.16.3" }
"engines": {
"node": "12.16.3"
}
}