Skip to content

Commit

Permalink
Update dependencies and lavalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Dec 4, 2024
1 parent 79d5492 commit e022560
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Lavalink/example.application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"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": "^5.22.0",
"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",
"node-system-stats": "^1.3.0",
"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": {
Expand Down

0 comments on commit e022560

Please sign in to comment.