discord-player-play-dl/example/music-bot/package.json
Andromeda b0cefa8950
feat: smooth volume transition (#1017)
* g

* feat: smooth volume

* docs: add smooth volume example

* chore: subpath exports
2022-01-27 06:54:52 +01:00

17 lines
375 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.2.1",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0"
}
}