Skip to content

Commit

Permalink
Add Python support to lavalink-rs (lavalink-devs#962)
Browse files Browse the repository at this point in the history
modified:   README.md
  • Loading branch information
vicky5124 authored and DRSchlaubi committed Jun 23, 2024
1 parent ad624cc commit c96c6b4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,22 @@ Version numbers can come in different combinations, depending on the release typ
---

## Client libraries:
| Client | Platform | Compatible With | Additional Information |
|------------------------------------------------------------------|----------|--------------------------------------------|------------------------|
| [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 | **Any** | `tokio`-based |
| Client | Platform | Compatible With | Additional Information |
|------------------------------------------------------------------|--------------|--------------------------------------------|--------------------------------|
| [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 |

<details>
<summary>v3.7 supporting Client Libraries</summary>
Expand Down

0 comments on commit c96c6b4

Please sign in to comment.