From d08fa87268b32790bc05479c30acde1cc6df8360 Mon Sep 17 00:00:00 2001 From: RogueException Date: Wed, 12 Aug 2015 17:00:38 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90281fa07..d0bc281ea 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,7 @@ await client.AcceptInvite("channel-invite-code"); # Known Issues - Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. -- Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, connecting and disconnecting will clear all caches. +- Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, disconencting and reconnecting will clear all caches. + +# Related Projects +[DiscordBot](https://github.com/RogueException/DiscordBot) - A basic Discord.Net extension to add command and whitelist support.