From eff23a770a07c3574cb48f299736c461c576286b Mon Sep 17 00:00:00 2001 From: msciotti Date: Wed, 10 Jul 2019 14:39:38 -0700 Subject: [PATCH] add deprecation note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 513d260..f2925db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Discord RPC +> This library has been deprecated in favor of Discord's GameSDK. [Learn more here](https://discordapp.com/developers/docs/game-sdk/sdk-starter-guide) + This is a library for interfacing your game with a locally running Discord desktop client. It's known to work on Windows, macOS, and Linux. You can use the lib directly if you like, or use it as a guide to writing your own if it doesn't suit your game as is. PRs/feedback welcome if you have an improvement everyone might want, or can describe how this doesn't meet your needs. Included here are some quick demos that implement the very minimal subset to show current status, and