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 899 B

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