From d0bd1e7d67ef0ab9eaaa428ddb27c1a94d4dbe48 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 8 Aug 2015 11:54:08 -0300 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03b7cdc9f..1745c0672 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Discord.Net is also in early development so several functions may be unstable or # Upcoming - Modifying User/Channel/Server Settings -- Sending Private Messages +- Sending Private Messages (Replies are supported, starting a new private chat currently is not) # Example (Echo Client) ``` @@ -29,6 +29,7 @@ await client.Connect("discordtest@email.com", "Password123"); await client.AcceptInvite("channel-invite-code"); ``` -# Remarks +# 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.