diff --git a/Lavalink/example.application.yml b/Lavalink/example.application.yml index 5c22fa761..8790de2e3 100644 --- a/Lavalink/example.application.yml +++ b/Lavalink/example.application.yml @@ -94,11 +94,10 @@ plugins: # The clients to use for track loading. See below for a list of valid clients. # Clients are queried in the order they are given (so the first client is queried first and so on...) clients: - - ANDROID_MUSIC + - ANDROID_VR - MUSIC - WEB - WEBEMBEDDED - - TVHTML5EMBEDDED # This secure your lavalink is working and playing music if you used this two things below. #oauth: # enabled: true # IF YOU RUN YOUR LAVALINK CHECK YOUR CONSOLE AND CLICK THE GOOGLE.COM/DEVICES LINK AND THERE IS A CODE THAT YOU NEED TO PUT IN TO THE GOOGLE AND USE A BURNER ACCOUNT OR ALT ACCOUNT THERE IS A POSSIBLE CHANGE YOU CAN GET BANNED FROM GOOGLE OR YOUTUBE SO JUST USE A BURNER ACCOUNT IN CASE. @@ -107,7 +106,7 @@ plugins: # visitorData: "" lavalink: plugins: - - dependency: "com.github.appujet:jiosaavn-plugin:1.0.2" + - dependency: "com.github.appujet:jiosaavn-plugin:1.0.3" repository: "https://jitpack.io" - dependency: "com.dunctebot:skybot-lavalink-plugin:1.7.0" snapshot: false # set to true if you want to use snapshot builds @@ -117,7 +116,7 @@ lavalink: snapshot: false # set to true if you want to use snapshot builds - dependency: "com.github.topi314.sponsorblock:sponsorblock-plugin:3.0.1" snapshot: false # set to true if you want to use snapshot builds - - dependency: "dev.lavalink.youtube:youtube-plugin:1.8.3" + - dependency: "dev.lavalink.youtube:youtube-plugin:1.10.2" snapshot: false # set to true if you want to use snapshot builds pluginsDir: './plugins' server: diff --git a/package.json b/package.json index 0e085d8f3..06a4cc35d 100644 --- a/package.json +++ b/package.json @@ -35,16 +35,16 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/i18n": "^0.13.12", - "@types/node": "^22.10.0", + "@types/node": "^22.10.1", "@types/signale": "^1.4.7", "prisma": "^6.0.1", "typescript": "^5.7.2" }, "dependencies": { - "@prisma/client": "^5.22.0", + "@prisma/client": "^6.0.1", "@top-gg/sdk": "^3.1.6", "discord.js": "^14.16.3", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "genius-lyrics-api": "^3.2.1", "i18n": "^0.15.1", "lavalink-client": "^2.4.1", @@ -52,7 +52,7 @@ "signale": "^1.4.0", "topgg-autoposter": "^2.0.2", "tslib": "^2.8.1", - "undici": "^6.21.0", + "undici": "^7.1.0", "zod": "^3.23.8" }, "signale": {