FiniteReality 254e874c99 Fix OverrideTypeReader
This commit also adds a TypeReaders property to CommandService, so
it is possible to see all of the registered TypeReaders. This makes
it possible for users to implement their own parsing instead of
using the built-in parsing.
2016-12-03 23:51:20 +00:00
2016-12-03 16:46:49 -05:00
2016-12-03 23:51:20 +00:00
2015-08-09 11:36:55 -03:00
2016-11-17 19:48:04 -04:00
2015-08-04 05:04:33 -03:00
2016-11-17 16:42:00 -04:00

Discord.Net v1.0.0-beta2

MyGet MyGet Build Status 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 MyGet feed (https://www.myget.org/F/discord-net/api/v3/index.json). These builds may break at any time - use with caution.

Compiling

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

Using Visual Studio

The .NET Core and Docker (Preview) workload is required during Visual Studio installation.

Using Command Line

Known Issues

WebSockets (Win7 and earlier)

.Net Core 1.1 does not support WebSockets on Win7 and earlier. Track the issue here.

Languages
C# 100%