From 0d1e4a1265c1af1480a2045c066b7c5365b0e370 Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 15 Apr 2019 01:04:53 -0300 Subject: [PATCH] update docs/clients.md - add koneko - move crcophony as d.cr is indeed editable (even though not at runtime) --- docs/clients.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/clients.md b/docs/clients.md index fd24441..94d0452 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -1,6 +1,10 @@ # Clients that can work with Litecord - - discord-term (https://github.com/cloudrex/discord-term), with manual edits + - [koneko](https://gitlab.com/luna/koneko) + - [crcophony](https://github.com/freyamade/crcophony), edit + `lib/discordcr/src/discordcr/rest.cr`'s `Discord::REST::API_BASE`. Not + settable at runtime. + - [discord-term](https://github.com/cloudrex/discord-term), with manual edits ```diff diff --git a/src/display.ts b/src/display.ts index e844553..9e8521a 100644 @@ -29,4 +33,3 @@ index e844553..9e8521a 100644 Clients built on libraries that do not have an easy way to edit the base URL are not suited for Litecord. - - crcophony (https://github.com/freyamade/crcophony), discord.cr