|
|
@@ -5,7 +5,7 @@ |
|
|
|
[](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev) |
|
|
|
[](https://discord.gg/jkrBmQR) |
|
|
|
|
|
|
|
An unofficial .NET API Wrapper for the Discord client (http://discordapp.com). |
|
|
|
An unofficial .NET API Wrapper for the [Discord Client](http://discordapp.com). |
|
|
|
|
|
|
|
Check out the [documentation](https://discord.foxbot.me/) or join the [Discord API Chat](https://discord.gg/jkrBmQR). |
|
|
|
|
|
|
@@ -21,11 +21,11 @@ The individual components may also be installed from NuGet: |
|
|
|
- [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). |
|
|
|
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: |
|
|
|
- [Visual Studio 2017 or higher](https://www.microsoft.com/net/core#windowsvs2017) |
|
|
|
- [Visual Studio 2017+](https://www.microsoft.com/net/core#windowsvs2017) |
|
|
|
- [.NET Core SDK](https://www.microsoft.com/net/download/core) |
|
|
|
|
|
|
|
Notice: The .NET Core workload must be selected during Visual Studio installation. |
|
|
|