Skip to content

Commit f8dfad7

Browse files
authored
Merge branch 'master' into dev
2 parents 04af607 + 1f318c8 commit f8dfad7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Provide an intercepted voice server update. This causes the server to connect to
6464
"op": "voiceUpdate",
6565
"guildId": "...",
6666
"sessionId": "...",
67-
"event": "..."
67+
"event": {...}
6868
}
6969
```
7070

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lavalink
2-
A standalone audio sending node based on Lavaplayer and JDA-Audio.
2+
A standalone audio sending node based on [Lavaplayer](https://github.com/sedmelluq/lavaplayer) and [Koe](https://github.com/KyokoBot/koe).
33
Allows for sending audio without it ever reaching any of your shards.
44

55
Being used in production by FredBoat, Dyno, LewdBot, and more.
@@ -87,7 +87,7 @@ Client | Platform | Compatible With | Additional Information
8787
[lavasnek_rs](https://github.com/vicky5124/lavasnek_rs) | Python | **Any\*** | *`asyncio`-based libraries only
8888
[lavaplayer-py](https://github.com/HazemMeqdad/lavaplayer) | Python | **Any\*** | *`asyncio`-based libraries only
8989
[Wavelink](https://github.com/PythonistaGuild/Wavelink) | Python | discord.py **V2**
90-
[Pomice](https://github.com/cloudwithax/pomice) | Python | discord.py/**Any\*** | *`discord`-namespace/`discord.py`-derived libraries only
90+
[Pomice](https://github.com/cloudwithax/pomice) | Python | discord.py **V2**
9191
[Slate](https://github.com/Axelware/slate) | Python | discord.py/**Any\*** | *`discord`-namespace/`discord.py`-derived libraries only
9292
[Lavapy](https://github.com/Aspect1103/Lavapy) | Python | discord.py
9393
[Magma](https://github.com/initzx/magma) | Python | discord.py
@@ -97,6 +97,7 @@ Client | Platform | Compatible With | Additional Information
9797
[LavaClient](https://github.com/lavaclient/lavaclient) | Node.js | **Any**
9898
[Lavacoffee](https://github.com/XzFirzal/lavacoffee) | Node.js | **Any**
9999
[Lavacord](https://github.com/lavacord/lavacord) | Node.js | **Any**
100+
[Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any**
100101
[@skyra/audio](https://github.com/skyra-project/audio) | Node.js | discord.js | Archived
101102
[Poru](https://github.com/parasop/poru) | Node.js | **Any**
102103
[Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any**
@@ -109,6 +110,7 @@ Client | Platform | Compatible With | Additional Information
109110
[DSharpPlus.Lavalink](https://github.com/DSharpPlus/DSharpPlus/tree/master/DSharpPlus.Lavalink) | .NET | DSharpPlus
110111
[Lavalink.NET](https://github.com/Dev-Yukine/Lavalink.NET) | .NET | **Any** | Unmaintained
111112
[SharpLink](https://github.com/Devoxin/SharpLink) | .NET | Discord.Net | Unmaintained
113+
[DisCatSharp.Lavalink](https://github.com/Aiko-IT-Systems/DisCatSharp/tree/main/DisCatSharp.Lavalink) | .NET | DisCatSharp
112114
[disgolink](https://github.com/DisgoOrg/disgolink) | Go | Disgo/DiscordGo/**Any**
113115
[waterlink](https://github.com/lukasl-dev/waterlink) | Go | **Any**
114116
[gavalink](https://github.com/foxbot/gavalink) | Go | **Any** | Unmaintained

0 commit comments

Comments
 (0)