mirror of https://gitlab.com/litecord/litecord.git
update docs/clients.md
- add koneko
- move crcophony as d.cr is indeed editable (even though not at
runtime)
This commit is contained in:
parent
f4a608885e
commit
0d1e4a1265
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue