update docs/clients.md

- add koneko
 - move crcophony as d.cr is indeed editable (even though not at
    runtime)
This commit is contained in:
Luna 2019-04-15 01:04:53 -03:00
parent f4a608885e
commit 0d1e4a1265
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Clients that can work with Litecord # 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
diff --git a/src/display.ts b/src/display.ts diff --git a/src/display.ts b/src/display.ts
index e844553..9e8521a 100644 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 Clients built on libraries that do not have an easy way to edit the base URL are
not suited for Litecord. not suited for Litecord.
- crcophony (https://github.com/freyamade/crcophony), discord.cr