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
1234567891011121314151617181920212223
  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 and its extensions 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. - Discord.Net.Audio (Coming Soon)
  12. ### Compiling
  13. In order to compile Discord.Net, you require at least the following:
  14. - [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs)
  15. - [ASP.Net 5 RC1](https://get.asp.net)
  16. - NuGet 3.3 (available through Visual Studio)
  17. ### Known Issues
  18. - .Net Core support is incomplete on non-Windows systems