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

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12345678910111213141516171819202122232425
  1. # Discord.Net v1.0.0-dev
  2. [![MyGet](https://img.shields.io/myget/discord-net/vpre/Discord.Net.svg?maxAge=2592000)](https://www.myget.org/feed/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 stable builds 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. Bleeding edge builds are also available on [MyGet](https://www.myget.org/feed/Packages/discord-net).
  10. You can access the Feed directly at `https://www.myget.org/F/discord-net/api/v3/index.json`
  11. ### Compiling
  12. In order to compile Discord.Net, you require the following:
  13. #### Visual Studio 2015
  14. - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
  15. - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
  16. #### CLI
  17. - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)