Skip to content

Commit

Permalink
feat(command): add music command
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarskii committed Nov 11, 2022
1 parent a2a5b0d commit 3c31800
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 16 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@discordjs/builders": "^1.3.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.13.0",
"@discordjs/voice": "0.11.0",
"@discordx/importer": "^1.1.10",
"@discordx/music": "^4.1.0",
"@discordx/pagination": "^3.3.1",
Expand All @@ -30,8 +30,11 @@
"discord-api-types": "^0.37.14",
"discord.js": "~14.6.0",
"discordx": "^11.4.0",
"ffmpeg-static": "^5.1.0",
"ms": "^2.1.3",
"prisma": "^4.5.0"
"prism-media": "^1.3.4",
"prisma": "^4.5.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/ms": "^0.7.31",
Expand Down
106 changes: 95 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c31800

Please sign in to comment.