Files
Discord.Net/README.md
2016-06-27 07:30:53 -03:00

25 lines
1.4 KiB
Markdown

# Discord.Net v1.0.0-dev
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net) [![AppVeyor](https://img.shields.io/appveyor/ci/foxbot/discord-net.svg?maxAge=2592000?style=plastic)](https://ci.appveyor.com/project/foxbot/discord-net/) [![Discord](https://discordapp.com/api/servers/81384788765712384/widget.png)](https://discord.gg/0SBTUU1wZTYLhAAW)
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)