feat: external video player flow and discord playback link improvements

This commit is contained in:
2026-02-22 15:20:31 +09:00
commit 4a3577f8c8
40 changed files with 4747 additions and 0 deletions

24
lavalink/application.yml Normal file
View File

@@ -0,0 +1,24 @@
server:
port: 2333
lavalink:
server:
password: "youshallnotpass"
sources:
youtube: false
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
http: true
local: false
plugins:
- dependency: "dev.lavalink.youtube:youtube-plugin:1.17.0"
repository: "https://maven.lavalink.dev/releases"
snapshot: false
logging:
level:
root: INFO
lavalink: INFO

Binary file not shown.