From 1b38d81a31b361524ba7fdea576bebf3527e3041 Mon Sep 17 00:00:00 2001 From: VollRahm <655-VollRahm@users.noreply.git.hacks.ltd> Date: Wed, 4 Nov 2020 02:53:55 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9d9cca2..c5a442b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # Selfbot.NET +### 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. + +### Usage + +Clone or download the repository and then throw the Discord.NET folder into your project. +Dependencies: + + - `System.Collections.Immutable` + - `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