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
1234567891011121314151617181920212223242526272829303132333435363738
  1. # Discord.Net v1.0.0-beta
  2. [![MyGet](https://img.shields.io/myget/discord-net/vpre/Discord.Net.svg)](https://www.myget.org/feed/Packages/discord-net)
  3. [![MyGet Build Status](https://www.myget.org/BuildSource/Badge/discord-net?identifier=15bf7c42-22dd-4406-93e5-3cafc62bbc85)](https://www.myget.org/)
  4. [![Discord](https://discordapp.com/api/guilds/81384788765712384/widget.png)](https://discord.gg/0SBTUU1wZTYLhAAW)
  5. An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
  6. Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
  7. ## Installation
  8. ### Stable (NuGet)
  9. Our stable builds are available from NuGet:
  10. - [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
  11. - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
  12. ### Unstable (MyGet)
  13. 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.
  14. ## Compiling
  15. In order to compile Discord.Net, you require the following:
  16. ### Using Visual Studio 2015
  17. - [VS2015 Update 3](https://www.microsoft.com/net/core#windows)
  18. - [.Net Core 1.0 VS Plugin](https://www.microsoft.com/net/core#windows)
  19. ### Using CLI
  20. - [.Net Core 1.0 SDK](https://www.microsoft.com/net/core)
  21. ## Known Issues
  22. ### WebSockets
  23. The current stable .Net Core websocket package does not support Linux, or pre-Win8.
  24. #### Linux
  25. 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.
  26. #### Windows 7 and earlier
  27. There is currently no workaround, track the issue [here](https://github.com/dotnet/corefx/issues/9503).