Browse Source

Update README.md (#1985)

tags/3.1.0
Armano den Boef GitHub 3 years ago
parent
commit
30fdfa4948
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 9 deletions
  1. +22
    -9
      README.md

+ 22
- 9
README.md View File

@@ -1,16 +1,29 @@
# Discord.Net

[![NuGet](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net)
[![MyGet](https://img.shields.io/myget/discord-net/vpre/Discord.Net.svg)](https://www.myget.org/feed/Packages/discord-net)
[![Build Status](https://dev.azure.com/discord-net/Discord.Net/_apis/build/status/discord-net.Discord.Net?branchName=dev)](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
[![Discord](https://discord.com/api/guilds/848176216011046962/widget.png)](https://discord.gg/dnet)

An unofficial .NET API Wrapper for the Discord client (https://discord.com).
<p align="center">
<a href="https://discordnet.dev/" title="Click to visit the documentation!">
<img src="https://svgshare.com/i/d09.svg" alt="Logo">
</a>
<br />
<br />
<a href="https://www.nuget.org/packages/Discord.Net/">
<img src="https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic" alt="NuGet">
</a>
<a href="https://www.myget.org/feed/Packages/discord-net">
<img src="https://img.shields.io/myget/discord-net-labs/vpre/Discord.Net.svg" alt="MyGet">
</a>
<a href="https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev">
<img src="https://dev.azure.com/discord-net/Discord.Net/_apis/build/status/discord-net.Discord.Net?branchName=dev" alt="Build Status">
</a>
<a href="https://discord.gg/dnet">
<img src="https://discord.com/api/guilds/848176216011046962/widget.png" alt="Discord">
</a>
</p>

Discord NET is an unofficial .NET API Wrapper for the Discord client (https://discord.com).

## Documentation

- [Nightly](https://docs.stillu.cc/)
- [Latest CI repo](https://github.com/discord-net/docs-static)
- [Nightly](https://discordnet.dev)

## Installation



Loading…
Cancel
Save