You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.3 kB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12345678910111213141516171819202122
  1. # Discord.Net v1.0.0-dev
  2. [![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)
  3. An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
  4. Check out the [documentation](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
  5. ### Installation
  6. You can download Discord.Net and its extensions from NuGet:
  7. - [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
  8. - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
  9. - [Discord.Net.Audio](https://www.nuget.org/packages/Discord.Net.Audio/)
  10. ### Compiling
  11. In order to compile Discord.Net, you require the following:
  12. #### Visual Studio 2015
  13. - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
  14. - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
  15. #### CLI
  16. - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)