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

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324
  1. # Discord.Net v1.0.0-dev
  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's current being rewritten. Until that's done, feel free to use my [DiscordBot](https://github.com/RogueException/DiscordBot) repo 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](https://www.nuget.org/packages/Discord.Net.Audio/)
  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. - Visual Studio 2015 Update 1 or higher (available through Visual Studio)
  16. - [ASP.Net 5 RC1](https://get.asp.net)
  17. - NuGet 3.3 (available through Visual Studio)
  18. ### Known Issues
  19. - .Net Core support is incomplete on non-Windows systems