Create Discord Music Bot
Can play and queue, can play music in multiple servers at once
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "lunaris",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord music bot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "lunaris"
|
||||
},
|
||||
"keywords": [
|
||||
"music",
|
||||
"bot",
|
||||
"discord",
|
||||
"lunaris"
|
||||
],
|
||||
"author": "Azaaxin",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^1.6.3",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"@discordjs/voice": "^0.16.0",
|
||||
"discord.js": "^14.11.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"ffmpeg-static": "^4.2.7",
|
||||
"libsodium-wrappers": "^0.7.11",
|
||||
"opusscript": "^0.1.0",
|
||||
"play-dl": "^1.9.6",
|
||||
"sodium": "^3.0.2",
|
||||
"sodium-native": "^4.0.4",
|
||||
"soundcloud-scraper": "^5.0.3",
|
||||
"spotify-web-api-node": "^5.0.2",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"ytdl-core": "^4.11.4",
|
||||
"ytsr": "^3.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user