* docs: adjust wording of ActivityType.Watching enum Adjusts the xmldoc summary wording of the ActivityType.Watching enum to fix a wording issue. * Add D.NET Logo to Open Graph meta tags * Update DescriptionGenerator ...And update color to suit the logo better * Disable smooth scrolling due to user complaints * Remove unnecessary spacing in sideaffix * Update footer version * Remove featherlight plugin As it is unnecessary and can break image tags * Adjust wordings regarding safe-handling of secrets * Fix formatting for first bot token sample * Add badges to homepage * Minor wording fixes on terminal * Update to higher quality PNG * Add Discord.Net.Example in sln for build validation * Clarify all instances of IAsnycEnumerable * Clarify overridden props in SocketNewsChannel * Add returns and params docs for SyncPermissionsAsync * Remove/fix invalid XMLdoc strings * Remove AppVeyor and add GitHub badge
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
---
|
|
uid: Root.Landing
|
|
title: Home
|
|
---
|
|
|
|
# Discord.Net Documentation
|
|
|
|
<div class="big-logo logo-switcher"></div>
|
|
|
|
[](https://github.com/discord-net/Discord.Net)
|
|
[](https://www.nuget.org/packages/Discord.Net)
|
|
[](https://www.myget.org/feed/Packages/discord-net)
|
|
[](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
|
|
[](https://discord.gg/jkrBmQR)
|
|
|
|
## 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](xref:Guides.Introduction) for tutorials.
|
|
|
|
More experienced users might want to refer to the
|
|
[API Documentation](xref:API.Docs) for a breakdown of the individual
|
|
objects in the library.
|