Darnell Williams
6c21fa6905
Expose shard count request in public api
8 years ago
Alex Gravely
7b2ddd027c
Add missing REST Webhook implemenation ( #843 )
* Add Webhook API models, REST implementation, and Socket bridges.
* Remove token overrides from REST.
Leaving that as a Webhook package only feature.
* Add Webhook API models, REST implementation, and Socket bridges.
* Remove token overrides from REST.
Leaving that as a Webhook package only feature.
* Webhook core implementation.
* Webhook REST implementation.
* Webhook client implementation.
* Add channel bucket id.
8 years ago
Alex Gravely
9b7afec4cc
Add BaseSocketClient object. ( #773 )
* Add BaseDiscordClient. Add various missing RequestOptions args.
DiscordSocketClient and DiscordShardedClient's shared members now exist in this abstract class.
* Add ShardReady event.
* Style consistency. Remove extraneous overloads.
Remove extraneous overloads.
* Add BaseSocketClient#DownloadUsersAsync().
Style cleanups.
* Add ShardLatencyUpdated event.
Style cleanup.
* Hook LatencyUpdated for ShardedClient.
* Begone whitespace.
* I'm good at this, I swear. >_>
* Add back DiscordShardedClient.UserPresenceUpdated
* Add ObsoleteAttribute
* Removing the UserPresenceUpdated event.
8 years ago
Christopher F
3c1e76615e
Preemptive Ratelimits should be logged under Verbose
8 years ago
RogueException
5e94b97024
Added RequestOptions to RestClient methods. Added guild summary paging.
9 years ago
RogueException
683541ba24
Added RequireOwner support for User tokens
9 years ago
RogueException
3190d7e26d
Moved (re)connection handling to ConnectionManager
9 years ago
RogueException
0cf5493c61
Fixed crash, added DM/Group channel helpers
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago
RogueException
dac51db299
Added DiscordShardedClient, some DiscordSocketClient fixes.
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
RogueException
bf10529f80
Added new rate limits
9 years ago
RogueException
708f9fe514
Added CommandContext, fixed commands compile errors
9 years ago
RogueException
8aa1050b93
Cleaned up usings
9 years ago
RogueException
e038475ab4
Removed old bucket system, cleaned up api calls. Fixed compile errors.
9 years ago