From a3ad6afee236237f931badd54a673433fa8c1bfe Mon Sep 17 00:00:00 2001 From: Lachee Date: Tue, 10 Jul 2018 05:04:59 +1000 Subject: [PATCH] Added Discord RPC C# implementation to list. (#205) Added my library to the list which is a implementation written entirely in C# --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c222693..8585e4b 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Below is a table of unofficial, community-developed wrappers for and implementat | Name | Language | | ------------------------------------------------------------------------- | --------------------------------- | +| [Discord RPC C#](https://github.com/Lachee/discord-rpc-csharp) | C# | | [DerelictDiscordRPC](https://github.com/voidblaster/DerelictDiscordRPC) | [D](https://dlang.org/) | | [discord-rpc.jar](https://github.com/Vatuu/discord-rpc 'Discord-RPC.jar') | Java | | [java-discord-rpc](https://github.com/MinnDevelopment/java-discord-rpc) | Java |