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
2021-09-23 22:22:33 +02:00

17 lines
424 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",
"ms": "^3.0.0-canary.1"
}
}