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