From cb14d44c9a0513e16a477ac139ff1925656cf16e Mon Sep 17 00:00:00 2001 From: Mysty Date: Sun, 5 Nov 2023 21:43:06 +1000 Subject: [PATCH] Add Wavelink to README (#976) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Wavelink to README Added version 3 of Wavelink to README. Update previous Wavelink information. * Change additional info * Add version to additional info. * Update README.md --------- Co-authored-by: Toπ --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 12d87b15e..4b9767a89 100644 --- a/README.md +++ b/README.md @@ -98,23 +98,24 @@ Version numbers can come in different combinations, depending on the release typ --- ## Client libraries: -| Client | Platform | Compatible With | Additional Information | -|---------------------------------------------------------------------|-----------------|--------------------------------------------|--------------------------------| -| [Lavalink-Client](https://github.com/lavalink-devs/Lavalink-Client) | Java/Kotlin/JVM | JDA/Discord4J/**Any** | Uses reactor | -| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | -| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | -| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | -| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | -| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | -| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | -| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | -| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | -| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | -| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | | -| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | -| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | -| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | -| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust, Python | **Any** | `tokio`-based, `asyncio`-based | +| Client | Platform | Compatible With | Additional Information | +|---------------------------------------------------------------------------|-----------------|--------------------------------------------|---------------------------------| +| [Lavalink-Client](https://github.com/lavalink-devs/Lavalink-Client) | Java/Kotlin/JVM | JDA/Discord4J/**Any** | Uses reactor | +| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | +| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | +| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | +| [Wavelink](https://github.com/PythonistaGuild/Wavelink/tree/feature/v3) | Python | discord.py **V2** | Pre-Release (Version 3+) | +| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | +| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | +| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | +| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | +| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | +| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | +| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | | +| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | +| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | +| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | +| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust, Python | **Any** | `tokio`-based, `asyncio`-based |
v3.7 supporting Client Libraries @@ -124,7 +125,7 @@ Version numbers can come in different combinations, depending on the release typ | [Lavalink.kt](https://github.com/DRSchlaubi/lavalink.kt) | Kotlin | JDA/Kord/**Any** | Kotlin Coroutines | | [lavaplay.py](https://github.com/HazemMeqdad/lavaplay.py) | Python | **Any\*** | *`asyncio`-based libraries only | | [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | -| [Wavelink](https://github.com/PythonistaGuild/Wavelink) | Python | discord.py **V2** | | +| [Wavelink](https://github.com/PythonistaGuild/Wavelink) | Python | discord.py **V2** | Version >=2, <3 | | [Pomice](https://github.com/cloudwithax/pomice) | Python | discord.py **V2** | | | [Lavacord](https://github.com/lavacord/lavacord) | Node.js | **Any** | | | [Poru](https://github.com/parasop/poru) | Node.js | **Any** | |