Skip to content

Commit 16ca93f

Browse files
authored
Add Python support to lavalink-rs (#962)
modified: README.md
1 parent b38b05d commit 16ca93f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,22 @@ Version numbers can come in different combinations, depending on the release typ
9898
---
9999

100100
## Client libraries:
101-
| Client | Platform | Compatible With | Additional Information |
102-
|------------------------------------------------------------------|----------|--------------------------------------------|------------------------|
103-
| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines |
104-
| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | |
105-
| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | |
106-
| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | |
107-
| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | |
108-
| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | |
109-
| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | |
110-
| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | |
111-
| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | |
112-
| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | |
113-
| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ |
114-
| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ |
115-
| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | |
116-
| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based |
101+
| Client | Platform | Compatible With | Additional Information |
102+
|------------------------------------------------------------------|--------------|--------------------------------------------|--------------------------------|
103+
| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines |
104+
| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | |
105+
| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | |
106+
| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | |
107+
| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | |
108+
| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | |
109+
| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | |
110+
| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | |
111+
| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | |
112+
| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | |
113+
| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ |
114+
| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ |
115+
| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | |
116+
| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust, Python | **Any** | `tokio`-based, `asyncio`-based |
117117

118118
<details>
119119
<summary>v3.7 supporting Client Libraries</summary>

0 commit comments

Comments
 (0)