-
-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,3 @@ | ||
# 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://ci.appveyor.com/api/projects/status/5sb7n8a09w9clute/branch/dev?svg=true)](https://ci.appveyor.com/project/RogueException/discord-net/branch/dev) | ||
[![Discord](https://discordapp.com/api/guilds/81384788765712384/widget.png)](https://discord.gg/jkrBmQR) | ||
# Discord.Net 2020 | ||
|
||
An unofficial .NET API Wrapper for the Discord client (http://discordapp.com). | ||
|
||
Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/jkrBmQR). | ||
|
||
## Installation | ||
### Stable (NuGet) | ||
Our stable builds available from NuGet through the Discord.Net metapackage: | ||
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/) | ||
|
||
The individual components may also be installed from NuGet: | ||
- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) | ||
- [Discord.Net.Rest](https://www.nuget.org/packages/Discord.Net.Rest/) | ||
- [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/) | ||
- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/) | ||
|
||
### Unstable (MyGet) | ||
Nightly builds are available through our MyGet feed (`https://www.myget.org/F/discord-net/api/v3/index.json`). | ||
|
||
## Compiling | ||
In order to compile Discord.Net, you require the following: | ||
|
||
### Using Visual Studio | ||
- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017) | ||
- [.NET Core SDK](https://www.microsoft.com/net/download/core) | ||
|
||
The .NET Core workload must be selected during Visual Studio installation. | ||
|
||
### Using Command Line | ||
- [.NET Core SDK](https://www.microsoft.com/net/download/core) | ||
|
||
## Known Issues | ||
|
||
### WebSockets (Win7 and earlier) | ||
.NET Core 1.1 does not support WebSockets on Win7 and earlier. This issue has been fixed since the release of .NET Core 2.1. It is recommended to target .NET Core 2.1 or above for your project if you wish to run your bot on legacy platforms; alternatively, you may choose to install the [Discord.Net.Providers.WS4Net](https://www.nuget.org/packages/Discord.Net.Providers.WS4Net/) package. | ||
Rewrite branch, work in progress. |