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.
VollRahm 7aa72af246
Update README.md
4 years ago
Discord.NET - Removed 2 Project files 4 years ago
.gitignore - Removed 2 Project files 4 years ago
LICENSE Add LICENSE 4 years ago
README.md Update README.md 4 years ago

README.md

Selfbot.NET

Why?

Starting with Discord.NET v2 after this commit 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 (get them from nuget):

  • System.Collections.Immutable
  • Newtonsoft.Json
  • System.Interactive.Async

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.

NOTE: guild.Users may return null. Discord now requires the use of Privilege Intents. Discord.NET 1.0.2 also is not able to retrieve GuildUsers anymore. I'm working on implementing it.