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

10 years ago
10 years ago
10 years ago
8 years ago
8 years ago
8 years ago
9 years ago
8 years ago
9 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
123456789101112131415161718192021222324252627282930313233343536
  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/guilds/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. ### Stable (NuGet)
  7. Our stable builds are available from NuGet:
  8. - [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
  9. - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
  10. ### Unstable (MyGet)
  11. Bleeding edge builds are available using our MyGet feed (`https://www.myget.org/F/discord-net/api/v3/index.json`). These builds may break at any time - use with caution.
  12. ## Compiling
  13. In order to compile Discord.Net, you require the following:
  14. ### Using Visual Studio 2015
  15. - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
  16. - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
  17. ### Using CLI
  18. - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)
  19. ## Known Issues
  20. ### WebSockets
  21. The current stable .Net Core websocket package does not support Linux, or pre-Win8.
  22. #### Linux
  23. Add the latest version of `System.Net.WebSockets.Client` from the .Net Core MyGet feed (`https://dotnet.myget.org/F/dotnet-core/api/v3/index.json`) to your project.
  24. #### Windows 7 and earlier
  25. There is currently no workaround, track the issue [here](https://github.com/dotnet/corefx/issues/9503).