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

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12345678910111213141516171819202122
  1. # Discord.Net v0.9.0-Alpha2
  2. An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
  3. Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
  4. **Warning: documentation is currently outdated.**
  5. It will be rewritten once 0.9 approaches release, until then use [DiscordBot](https://github.com/RogueException/DiscordBot) for reference.
  6. ### Installation
  7. You can download Discord.Net 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. - [Discord.Net.Modules](https://www.nuget.org/packages/Discord.Net.Modules/)
  11. ### Compiling
  12. In order to compile Discord.Net, you require at least the following:
  13. - [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs)
  14. - [ASP.Net 5 RC1](https://get.asp.net)
  15. - NuGet 3.3 (available through Visual Studio)
  16. ### Known Issues
  17. - .Net Core support is incomplete on non-Windows systems