3c5788bbfc4434902970744f7414cc5c50653abe
Cached Channels keep a local cache of the members of that channel. This commit adds a synchronus method to access the cached user stores. It also fixes a bug where the GetUser extension would return an IGroupUser by soft-casting to IGroupUser, which would always return null. ISocketUser does not share an inheritance with IGroupUser, so I now return IUser instead.
Discord.Net v1.0.0-dev
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
Check out the documentation or join the Discord API Chat.
Installation
You can download stable builds Discord.Net and its command extension from NuGet:
Bleeding edge builds are also available on MyGet.
You can access the Feed directly at https://www.myget.org/F/discord-net/api/v3/index.json
Compiling
In order to compile Discord.Net, you require the following:
Visual Studio 2015
CLI
Description
Languages
C#
100%
