all repos — simple-discord-music-bot @ f47db6558591aa10292c163eeb24ceed1becab50

A Discord bot making use of discord.js and play-yt.

package.json (view raw)

 1{
 2  "name": "discord-bot",
 3  "version": "1.0.0",
 4  "description": "",
 5  "main": "index.js",
 6  "scripts": {
 7    "test": "node index.js"
 8  },
 9  "author": "",
10  "license": "ISC",
11  "dependencies": {
12    "@discordjs/opus": "github:discordjs/opus",
13    "@discordjs/rest": "^1.1.0",
14    "@discordjs/voice": "^0.11.0",
15    "discord.js": "^14.3.0",
16    "libsodium-wrappers": "^0.7.10",
17    "play-dl": "^1.9.6"
18  },
19  "devDependencies": {
20    "eslint": "^8.23.1"
21  }
22}