Alex Gravely
5379249a2e
Webhook REST implementation.
8 years ago
Alex Gravely
681aba42cf
Remove token overrides from REST.
Leaving that as a Webhook package only feature.
8 years ago
Alex Gravely
7229ce4986
Add Webhook API models, REST implementation, and Socket bridges.
8 years ago
Chris Johnston
30e867a183
Implement welcome message channels ( #819 )
8 years ago
Christopher F
4846264074
Add IsNsfw to TextChannelProperties
8 years ago
Christopher F
182f00f8ce
Reworked IChannel.IsNsfw to support the new API flag ( #771 )
IChannel.IsNsfw will now return false when being used on any channel
that is not an ITextChannel. When being used on an ITextChannel, this
will now account for the API flag, and fall back to the channel name.
(this is gross design, thanks discord)
8 years ago
Christopher F
7837c4862c
Revert change of all Url types on IEmbed to string ( #724 )
8 years ago
Christopher F
1ce1c019b3
Add support for audit log reasons ( #708 )
* Add support for audit log reasons
* Made changes per discussion
8 years ago
Christopher F
256af0b269
Merge remote-tracking branch 'origin/issues/667' into dev
8 years ago
Pat Murphy
5601d00285
Add various property validation in EmbedBuilder ( #711 )
* Add various property validation in EmbedBuilder
* Embed URI changes
Changes property types for any URLs in Embeds to System.URI.
Adding field name/value null/empty checks.
* including property names in argumentexceptions
* Adds overall embed length check
8 years ago
Christopher F
33e765f8f5
Use StringEnum converter in API model
8 years ago
Christopher F
0708bc5d48
Add EmbedType enum
8 years ago
RogueException
fd72583a75
Move guild presence updates to GuildMemberUpdated. Filter duplicate UserUpdated events.
9 years ago
RogueException
5e94b97024
Added RequestOptions to RestClient methods. Added guild summary paging.
9 years ago
RogueException
20f7ba431f
Cleaned up and fixed several reorder issues.
9 years ago
RogueException
587ec65e79
Added Discord.Net.Webhook
9 years ago
Christopher F
2db60749ca
Add IsUnique parameter to CreateChannelInvite
Resolves #469
9 years ago
RogueException
d321ad3e5c
Moved Frame models, added default providers
9 years ago
Sentinent
a03269fcf1
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago