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.2 kB

10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021
  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 command extension 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. ### Compiling
  10. In order to compile Discord.Net, you require the following:
  11. #### Visual Studio 2015
  12. - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
  13. - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
  14. #### CLI
  15. - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)