From acf7d6a0546bd571923f4d0020514d2f726e02ff Mon Sep 17 00:00:00 2001 From: Joel Schumacher Date: Fri, 4 May 2018 00:33:49 +0200 Subject: [PATCH] Add link to lua-discordRPC (LuaJIT bindings) (#171) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 712bc1c..17ab03b 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,5 @@ Below is a table of unofficial, community-developed wrappers for and implementat | [Discord-IPC](https://github.com/jagrosh/DiscordIPC) | Java | | [Discord Rich Presence](https://npmjs.org/discord-rich-presence) | JavaScript | | [drpc4k](https://github.com/Bluexin/drpc4k) | [Kotlin](https://kotlinlang.org/) | -| [SwordRPC](https://github.com/Azoy/SwordRPC) | [Swift](https://swift.org) | \ No newline at end of file +| [lua-discordRPC](https://github.com/pfirsich/lua-discordRPC) | LuaJIT (FFI) | +| [SwordRPC](https://github.com/Azoy/SwordRPC) | [Swift](https://swift.org) |