james7132 3841eb616c Fix #311
TypeInfo.BaseType will likely return the same Type if all modules derive from
ModuleBase or some common subclass of it. Making it appear as if only one module
is registered.

Changed to TypeInfo.AsType for expected behavior.
2016-10-16 08:39:26 +00:00
2016-10-15 17:35:20 -04:00
2016-10-16 08:39:26 +00:00
2015-08-09 11:36:55 -03:00
2016-10-12 02:29:52 -03:00
2016-06-27 22:23:45 -03:00
2015-08-04 05:04:33 -03:00
2016-08-27 17:14:47 -04:00

Discord.Net v1.0.0-beta

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 2015

Using CLI

Known Issues

WebSockets

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

Linux

Add 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) to your project.

Windows 7 and earlier

There is currently no workaround, track the issue here.

Languages
C# 100%