|
1 |
| -# Discord.Net |
2 |
| -[](https://www.nuget.org/packages/Discord.Net) |
3 |
| -[](https://www.myget.org/feed/Packages/discord-net) |
4 |
| -[](https://ci.appveyor.com/project/RogueException/discord-net/branch/dev) |
5 |
| -[](https://discord.gg/jkrBmQR) |
| 1 | +# Discord.Net 2020 |
6 | 2 |
|
7 |
| -An unofficial .NET API Wrapper for the Discord client (http://discordapp.com). |
8 |
| - |
9 |
| -Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/jkrBmQR). |
10 |
| - |
11 |
| -## Installation |
12 |
| -### Stable (NuGet) |
13 |
| -Our stable builds available from NuGet through the Discord.Net metapackage: |
14 |
| -- [Discord.Net](https://www.nuget.org/packages/Discord.Net/) |
15 |
| - |
16 |
| -The individual components may also be installed from NuGet: |
17 |
| -- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) |
18 |
| -- [Discord.Net.Rest](https://www.nuget.org/packages/Discord.Net.Rest/) |
19 |
| -- [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/) |
20 |
| -- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/) |
21 |
| - |
22 |
| -### Unstable (MyGet) |
23 |
| -Nightly builds are available through our MyGet feed (`https://www.myget.org/F/discord-net/api/v3/index.json`). |
24 |
| - |
25 |
| -## Compiling |
26 |
| -In order to compile Discord.Net, you require the following: |
27 |
| - |
28 |
| -### Using Visual Studio |
29 |
| -- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017) |
30 |
| -- [.NET Core SDK](https://www.microsoft.com/net/download/core) |
31 |
| - |
32 |
| -The .NET Core workload must be selected during Visual Studio installation. |
33 |
| - |
34 |
| -### Using Command Line |
35 |
| -- [.NET Core SDK](https://www.microsoft.com/net/download/core) |
36 |
| - |
37 |
| -## Known Issues |
38 |
| - |
39 |
| -### WebSockets (Win7 and earlier) |
40 |
| -.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. |
| 3 | +Rewrite branch, work in progress. |
0 commit comments