|
123456789101112131415161718192021 |
- # Discord.Net v1.0.0-dev
- [](https://www.nuget.org/packages/Discord.Net) [](https://ci.appveyor.com/project/foxbot/discord-net/) [](https://discord.gg/0SBTUU1wZTYLhAAW)
-
- [](https://www.nuget.org/packages/Discord.Net) [](https://ci.appveyor.com/project/foxbot/discord-net/) [](https://discord.gg/0SBTUU1wZTYLhAAW)
-
- Discord.Net is an API wrapper for [Discord](http://discordapp.com) written in C#.
-
- ### Installation
- You can download Discord.Net and its command extension from NuGet:
- - [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
- - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
-
- ### Compiling
- In order to compile Discord.Net, you require the following:
-
- #### Visual Studio 2015
- - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
- - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
-
- #### CLI
- - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)
|