Files
Discord.Net/README.md
2016-08-17 14:04:31 -03:00

1.8 KiB

Discord.Net v1.0.0-dev

MyGet AppVeyor Discord

An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).

Check out the documentation or join the Discord API Chat.

Installation

Stable (NuGet)

Our stable builds are available from NuGet:

Unstable (MyGet)

Bleeding edge builds are available using our https://www.myget.org/F/discord-net/api/v3/index.json feed. These builds may break at any time - use with caution.

Compiling

In order to compile Discord.Net, you require the following:

Using Visual Studio 2015

Using CLI

Known Issues

WebSockets

The current stable .Net Core websocket package does not support Linux, or pre-Win8.

Linux

Get the latest version of System.Net.WebSockets.Client from the .Net Core MyGet feed: https://dotnet.myget.org/F/dotnet-core/api/v3/index.json.

Windows 7 and earlier

There is currently no workaround, track the issue here.