You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
852 B

4 years ago
# Selfbot.NET
4 years ago
4 years ago
### Why?
4 years ago
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.
4 years ago
### Usage
Clone or download the repository and then throw the Discord.NET folder into your project.
4 years ago
Dependencies (get them from nuget):
4 years ago
- `System.Collections.Immutable`
- `Newtonsoft.Json`
- `System.Interactive.Async`
4 years ago
Alternatively you can compile the library into a DLL and then reference it in your Project.
4 years ago
This modification is based on [Discord.NET 2.2.0](https://github.com/discord-net/Discord.Net/tree/2.2.0).
![](https://i.imgur.com/jWVvg3d.png)