Christopher F 5049e573b3 Support GET /channels/{id}/pins
This commit adds GET /channels/{id}/pins to the ApiClient, and adds GetPinnedMessagesAsync to IMessageChannel. This method is only implemented on the REST entities, and the WebSocket entities do not include an override to retrieve pinned messages from cache.
2016-07-31 22:06:23 -04:00
2016-07-31 22:06:23 -04:00
2015-08-09 11:36:55 -03:00
2015-09-27 21:47:59 -03:00
2016-06-13 20:06:44 -03:00
2016-06-27 22:23:45 -03:00
2015-08-04 05:04:33 -03:00

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

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

Languages
C# 100%