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