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.

index.md 943 B

12345678910111213141516171819202122232425262728
  1. ---
  2. uid: Root.Landing
  3. title: Home
  4. ---
  5. # Discord.Net Documentation
  6. ## What is Discord.NET?
  7. Discord.NET is an asynchronous, multi-platform .NET Library used to
  8. interface with the [Discord API](https://discordapp.com/).
  9. ## Where to begin?
  10. If this is your first time using Discord.Net, you should refer to the
  11. [Intro](xref:Guides.Introduction) for tutorials.
  12. More experienced users might want to refer to the
  13. [API Documentation](xref:API.Docs) for a breakdown of the individual
  14. objects in the library.
  15. ## Additional Resources
  16. - [Discord API Guild](https://discord.gg/discord-api) - Look for `#dotnet_discord-net`
  17. - [GitHub](https://github.com/RogueException/Discord.Net/)
  18. - [NuGet](https://www.nuget.org/packages/Discord.Net/)
  19. - [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) - Add-ons and nightly builds
  20. - [AppVeyor CI](https://ci.appveyor.com/project/RogueException/discord-net) - Nightly builds via Continuous Integration