This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
legacy-musicbot/package.json
Stanisław Dzioba 014ef7e771 Update package.json
2022-08-25 20:47:39 +02:00

20 lines
482 B
JSON

{
"name": "music-bot",
"main": "main.js",
"author": "ZerioDev",
"version": "6.0.0",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"description": "A complete code to download for a cool Discord music bot.",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"discord-player": "^5.1.0",
"discord.js": "^13.1.0",
"ffmpeg-static": "^4.4.0",
"prism-media": "^1.3.4",
"ms": "^3.0.0-canary.1",
"opusscript": "^0.0.8"
}
}