|
|
@@ -6,18 +6,17 @@ Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or |
|
|
|
**Warning: documentation is currently outdated.** |
|
|
|
It will be rewritten once 0.9 approaches release, until then use [DiscordBot](https://github.com/RogueException/DiscordBot) for reference. |
|
|
|
|
|
|
|
### Current Features |
|
|
|
- Using Discord API v3 |
|
|
|
- Supports .Net Framework 4.5 and .Net Core 5.0 |
|
|
|
- Server Management (Servers, Channels, Messages, Invites, Roles, Users) |
|
|
|
- Send/Receive Messages (Including mentions and formatting) |
|
|
|
- Basic Voice Support (Outgoing only) |
|
|
|
- Command extension library (Supports permission levels) |
|
|
|
|
|
|
|
### Installation |
|
|
|
You can download Discord.Net from NuGet: |
|
|
|
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/) |
|
|
|
- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) |
|
|
|
- [Discord.Net.Modules](https://www.nuget.org/packages/Discord.Net.Modules/) |
|
|
|
|
|
|
|
### Compiling |
|
|
|
In order to compile Discord.Net, you require at least the following: |
|
|
|
[Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) |
|
|
|
[ASP.Net 5 RC1](https://get.asp.net) |
|
|
|
NuGet 3.3 (available through Visual Studio) |
|
|
|
|
|
|
|
### Known Issues |
|
|
|
- .Net Core support is incomplete on non-Windows systems |