1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-19 05:34:47 +00:00

Compare commits

..

No commits in common. "a11cbe8196c259c51feddc4efcc37318de445c3d" and "380d0b838d0875e87a39d7432d46a0eea6432780" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1161,9 +1161,9 @@
"integrity": "sha512-XOxmxnhtYIRH55kLTrc/JS3nJV1l3wfBtTptFiRGdGDOe2qdCT4DltpxSgskasfDrKfw71Z5quG4tYqTxyPJ7g=="
},
"discord.js": {
"version": "14.17.3",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.17.3.tgz",
"integrity": "sha512-8/j8udc3CU7dz3Eqch64UaSHoJtUT6IXK4da5ixjbav4NAXJicloWswD/iwn1ImZEMoAV3LscsdO0zhBh6H+0Q==",
"version": "14.17.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.17.2.tgz",
"integrity": "sha512-mrH6ziLVtNtId4bV4bsaUt5jE6NUaiHMPqO5VsSw1VVhFnjFi9duD8ctlo90/6cUH+8uyKBkoq9mSJ35SuuZ7Q==",
"requires": {
"@discordjs/builders": "^1.10.0",
"@discordjs/collection": "1.5.3",

View File

@ -16,7 +16,7 @@
"url": "https://https://github.com/musix-oss/musix"
},
"dependencies": {
"discord.js": "^14.17.3",
"discord.js": "^14.17.2",
"@discordjs/voice": "^0.18.0",
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.7",