From 5c284beded014e3bb2ca5f267296f35d3b2100ab Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 7 May 2018 14:19:45 +0100 Subject: [PATCH 1/3] added lavaclient to the list of client libraries added lavaclient to the list of client libraries which support lavalink version 2.x --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd200bfed..e3ae3d565 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Being used in production by FredBoat, Dyno, Rythm, LewdBot, and more. ## Client libraries: ### Supports 2.x: +* [LavaClient](https://github.com/SamOphis/LavaClient) (Java) * [JDA client](https://github.com/Frederikam/Lavalink/tree/master/LavalinkClient) (JDA, Java) * [Magma](https://github.com/initzx/magma/) (discord.py, Python) * [Lavalink.py](https://github.com/Devoxin/Lavalink.py) (discord.py, Python) From 48b79a4f7f017a6308fd457d5bd86908924329a2 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 7 May 2018 14:24:18 +0100 Subject: [PATCH 2/3] fixed ordering and the links fixed the links to the discord libraries and put lavaclient below the jda client --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3ae3d565..089d52596 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ Being used in production by FredBoat, Dyno, Rythm, LewdBot, and more. ## Client libraries: ### Supports 2.x: +* [JDA client](https://github.com/Frederikam/Lavalink/tree/master/LavalinkClient) ([JDA](https://github.com/DV8FromTheWorld/JDA), Java) * [LavaClient](https://github.com/SamOphis/LavaClient) (Java) -* [JDA client](https://github.com/Frederikam/Lavalink/tree/master/LavalinkClient) (JDA, Java) * [Magma](https://github.com/initzx/magma/) (discord.py, Python) * [Lavalink.py](https://github.com/Devoxin/Lavalink.py) (discord.py, Python) * [pylava](https://github.com/Pandentia/pylava) (discord.py, Python) * [SandySounds](https://github.com/MrJohnCoder/SandySounds) (JavaScript) -* [eris-lavalink](https://github.com/briantanner/eris-lavalink) (Eris, JavaScript) -* [discord.js-lavalink](https://github.com/MrJacz/discord.js-lavalink/) (Discord.js, JavaScript) +* [eris-lavalink](https://github.com/briantanner/eris-lavalink) ([eris](https://github.com/abalabahaha/eris), JavaScript) +* [discord.js-lavalink](https://github.com/MrJacz/discord.js-lavalink/) ([discord.js](https://github.com/discordjs/discord.js), JavaScript) * Or [create your own](https://github.com/Frederikam/Lavalink/blob/master/IMPLEMENTATION.md) ### Supports 1.x: -* [lavalink.js](https://github.com/briantanner/lavalink.js) (discord.js, JavaScript) +* [lavalink.js](https://github.com/briantanner/lavalink.js) ([discord.js](https://github.com/discordjs/discord.js), JavaScript) Outdated as of January 29 2018. From 5579c0be3dd9bbeb5dea2c01b1ac0f47b530fd10 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 7 May 2018 14:26:16 +0100 Subject: [PATCH 3/3] forgot discord.py links, sorry --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 089d52596..cd643ad58 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Being used in production by FredBoat, Dyno, Rythm, LewdBot, and more. ### Supports 2.x: * [JDA client](https://github.com/Frederikam/Lavalink/tree/master/LavalinkClient) ([JDA](https://github.com/DV8FromTheWorld/JDA), Java) * [LavaClient](https://github.com/SamOphis/LavaClient) (Java) -* [Magma](https://github.com/initzx/magma/) (discord.py, Python) -* [Lavalink.py](https://github.com/Devoxin/Lavalink.py) (discord.py, Python) -* [pylava](https://github.com/Pandentia/pylava) (discord.py, Python) +* [Magma](https://github.com/initzx/magma/) ([discord.py](https://github.com/Rapptz/discord.py), Python) +* [Lavalink.py](https://github.com/Devoxin/Lavalink.py) ([discord.py](https://github.com/Rapptz/discord.py), Python) +* [pylava](https://github.com/Pandentia/pylava) ([discord.py](https://github.com/Rapptz/discord.py), Python) * [SandySounds](https://github.com/MrJohnCoder/SandySounds) (JavaScript) * [eris-lavalink](https://github.com/briantanner/eris-lavalink) ([eris](https://github.com/abalabahaha/eris), JavaScript) * [discord.js-lavalink](https://github.com/MrJacz/discord.js-lavalink/) ([discord.js](https://github.com/discordjs/discord.js), JavaScript)