diff --git a/Lavalink/example.application.yml b/Lavalink/example.application.yml index 00ac5ca0b..75b1dad59 100644 --- a/Lavalink/example.application.yml +++ b/Lavalink/example.application.yml @@ -4,6 +4,8 @@ server: # REST and WS server http2: enabled: false # Whether to enable HTTP/2 support plugins: + jiosaavn: + apiURL: "https://saavn.dev/api" # The API URL for JioSaavn dunctebot: ttsLanguage: 'en-US' # language of the TTS engine sources: @@ -80,11 +82,17 @@ plugins: # Clients are queried in the order they are given (so the first client is queried first and so on...) clients: - MUSIC - - ANDROID_TESTSUITE - WEB + - ANDROID_TESTSUITE + - ANDROID_MUSIC - TVHTML5EMBEDDED + - ANDROID_LITE + - MEDIA_CONNECT + - IOS lavalink: plugins: + - dependency: "com.github.appujet:jiosaavn-plugin:v0.1.5" + 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. - dependency: "com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"