Update README.md

master
VollRahm 4 years ago
parent 1b38d81a31
commit b3d354cbb1

@ -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.
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).
Loading…
Cancel
Save