From ede7240ea6fa439bea91963196fcfb97cccf1d8c Mon Sep 17 00:00:00 2001 From: VollRahm <655-VollRahm@users.noreply.git.hacks.ltd> Date: Thu, 5 Nov 2020 00:31:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae98879..e8b4901 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Dependencies (get them from nuget): - `System.Interactive.Async` Alternatively you can compile the library into a DLL and then reference it in your Project. -This modification is based on [Discord.NET 2.2.0](https://github.com/discord-net/Discord.Net/tree/2.2.0). +This modification is based on [Discord.NET 2.3.0-dev020201028.4](https://github.com/discord-net/Discord.Net/tree/ae9fff6380847132ad9357c71f34afa90b0927db). NOTE: `guild.Users` may return null. Discord now requires the use of Privilege Intents. Discord.NET 1.0.2 also is not able to retrieve GuildUsers anymore. I'm working on implementing it.