discord-player-play-dl/example/music-bot/package.json

17 lines
440 B
JSON
Raw Normal View History

2021-06-19 17:16:01 +05:00
{
"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",
2021-06-22 11:16:24 +05:00
"discord-player": "^5.0.0-dev.3fd002187de27ed6dc3398fd8f4f5dfe309ba350",
2021-06-21 10:45:54 +05:00
"discord.js": "^13.0.0-dev.c850ae10270076c4b2e10b130dd8f88eed4ed201"
2021-06-19 17:16:01 +05:00
}
}