From b3d354cbb184fc265fe7847d839a4eed76759575 Mon Sep 17 00:00:00 2001 From: VollRahm <655-VollRahm@users.noreply.git.hacks.ltd> Date: Wed, 4 Nov 2020 10:27:17 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a442b..818f319 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Why? -Since [this commit](https://github.com/discord-net/Discord.Net/pull/958) on Discord.NET starting with Discord.NET v2 the library stopped supporting TokenType.User, essentially making Selfbots impossible. You could create a selfbot by simply using version 1.0.2 of the Library, but some newer features are not included. I reverted all the changes that we're done in this commit. +Starting with Discord.NET v2 after [this commit](https://github.com/discord-net/Discord.Net/pull/958) the library stopped supporting TokenType.User, essentially making Selfbots impossible. You could create a selfbot by simply using version 1.0.2 of the Library, but some newer features are not included. I reverted all the changes that we're done in this commit. ### Usage @@ -13,4 +13,5 @@ Dependencies: - `Newtonsoft.Json` - `System.Interactive.Async` -Alternatively you can compile the library into a DLL and then reference it in your Project. \ No newline at end of file +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). \ No newline at end of file