25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Discord.Net v1.0.0-dev
|
|
[](https://ci.appveyor.com/project/foxbot/discord-net/branch/master)
|
|
|
|
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
|
|
|
|
Check out the [documentation](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
|
|
|
|
### Installation
|
|
You can download Discord.Net and its extensions 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/)
|
|
- [Discord.Net.Audio](https://www.nuget.org/packages/Discord.Net.Audio/)
|
|
|
|
### Compiling
|
|
In order to compile Discord.Net, you require the following:
|
|
|
|
#### Visual Studio 2015
|
|
- [VS2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
|
|
- [.Net Core SDK + VS Plugin](https://www.microsoft.com/net/core#windows)
|
|
- NuGet 3.3+ (available through Visual Studio)
|
|
|
|
#### CLI
|
|
- [.Net Core SDK](https://www.microsoft.com/net/core#windows)
|