discord-player-play-dl/example/music-bot/package.json
Snowflake107 0b7ba2988a bump deps
2021-06-21 11:30:54 +05:45

16 lines
440 B
JSON

{
"name": "music-bot",
"version": "1.0.0",
"description": "Simple music bot created with discord-player",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Snowflake107",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"discord-player": "^5.0.0-dev.8e2f50cfb5cf1b077f98cb2c7d6d6a5dfddd2609",
"discord.js": "^13.0.0-dev.c850ae10270076c4b2e10b130dd8f88eed4ed201"
}
}