Skip to content

Commit 4d90b87

Browse files
authored
Merge branch 'master' into dev
2 parents 2c85436 + 8f307c8 commit 4d90b87

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

PLUGINS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Lavalink supports third-party plugins to add additional functionality such as cu
55
WebSocket handling, REST endpoints, and much more.
66

77
List of plugins:
8-
- [Google Cloud TTS](https://github.com/DuncteBot/tts-plugin) A text to speech plugin using the [google cloud tts api](https://cloud.google.com/text-to-speech/docs)
9-
- [SponsorBlock](https://github.com/Topis-Lavalink-Plugins/Sponsorblock-Plugin) for skipping sponsor segments in YouTube videos
10-
- [Topis Source Managers](https://github.com/Topis-Lavalink-Plugins/Topis-Source-Managers-Plugin) adds Spotify and Apple Music support
8+
- [Google Cloud TTS plugin](https://github.com/DuncteBot/tts-plugin) A text to speech plugin using the [google cloud tts api](https://cloud.google.com/text-to-speech/docs)
9+
- [SponsorBlock plugin](https://github.com/TopiSenpai/Sponsorblock-Plugin) for skipping sponsor segments in YouTube videos
10+
- [LavaSrc plugin](https://github.com/TopiSenpai/LavaSrc) adds Spotify, Apple Music & Deezer(native play) support
1111
- [DuncteBot plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) adds additional source managers that are not widely used
1212
- [Extra Filter plugin](https://github.com/rohank05/lavalink-filter-plugin) adds additional audio filters to lavalink
1313
- [XM plugin](https://github.com/esmBot/lava-xm-plugin) adds support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ While major, minor and patch will do an optimum effort to adhere to [Semantic Ve
8181
## Client libraries:
8282
Client | Platform | Compatible With | Additional Information
8383
-------|----------|-----------------|-----------------------
84-
[Lavalink-Client](https://github.com/freyacodes/lavalink-client) | Java | JDA/**Any**
84+
[Lavalink-Client](https://github.com/freyacodes/lavalink-client) | Java | JDA/**Any**
85+
[LavaClient](https://github.com/HoneycombsTeam/LavaClient) | Java | JDA
8586
[Lavalink.kt](https://github.com/DRSchlaubi/lavalink.kt) | Kotlin | JDA/Kord/**Any** | Kotlin Coroutines
8687
[Lavalink.py](https://github.com/Devoxin/Lavalink.py) | Python | **Any**
8788
[lavasnek_rs](https://github.com/vicky5124/lavasnek_rs) | Python | **Any\*** | *`asyncio`-based libraries only
@@ -91,12 +92,13 @@ Client | Platform | Compatible With | Additional Information
9192
[discord-ext-lava](https://github.com/Axelware/discord-ext-lava) | Python | discord.py
9293
[Lavapy](https://github.com/Aspect1103/Lavapy) | Python | discord.py
9394
[Magma](https://github.com/initzx/magma) | Python | discord.py
95+
[interactions-lavalink](https://github.com/interactions-py/lavalink) | Python | interactions.py
9496
[Lavadeno](https://github.com/lavaclient/lavadeno) | Deno | **Any**
9597
[LavaJS](https://github.com/OverleapTechnologies/LavaJS) | Node.js | **Any**
96-
[erela.js](https://github.com/MenuDocs/erela.js) | Node.js | **Any**
9798
[LavaClient](https://github.com/lavaclient/lavaclient) | Node.js | **Any**
9899
[Lavacoffee](https://github.com/XzFirzal/lavacoffee) | Node.js | **Any**
99100
[Lavacord](https://github.com/lavacord/lavacord) | Node.js | **Any**
101+
[FastLink](https://github.com/ThePedroo/FastLink) | Node.js | **Any**
100102
[Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any**
101103
[@skyra/audio](https://github.com/skyra-project/audio) | Node.js | discord.js | Archived
102104
[Poru](https://github.com/parasop/poru) | Node.js | **Any**

0 commit comments

Comments
 (0)