aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Change unknown cache log warnings from WARNING -> DEBUGRapptz2020-09-231-19/+19
* Handle gateway rate limits by using a rate limiter.Rapptz2020-09-231-0/+31
* Add support for guild intentsRapptz2020-09-234-1/+331
* Properly handle disconnects in voice when force disconnectedRapptz2020-09-231-3/+7
* Fix issues with VoiceProtocol docstrsings. Josh2020-09-231-4/+6
* Correct some protocol errors in v4 of voice gatewayRapptz2020-09-232-13/+16
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-238-106/+227
* Fix and add documentationMichael2020-09-2314-27/+95
* Add support for message_reference on Message objectSebastian Law2020-09-232-2/+43
* Remove namedtuples to better future guard the libraryTarek2020-09-214-11/+28
* Fix allowed_mentions when sending files Xua2020-09-201-1/+1
* Add competing activity typeiDutchy2020-09-201-0/+1
* Completely update member references from message inner members.Rapptz2020-09-172-3/+8
* Revert "Add fetch_message_fast using history endpoint"Rapptz2020-09-141-37/+0
* Add missing permission in clone documentationDuck2020-09-111-0/+3
* Remove caching from AutoShardedClient.shardsRapptz2020-09-101-1/+1
* [tasks] Lazily fetch event loop if one isn't providedRapptz2020-09-101-1/+4
* Add a more concrete exception for 500 status codes.Rapptz2020-09-093-3/+20
* Guard uses of the keep alive thread in case they're NoneRapptz2020-09-091-3/+5
* Handle cloudflare bans on webhook requestsRapptz2020-09-091-0/+8
* Add logging to webhooksRapptz2020-09-091-10/+23
* Fix comparison for overwrites when checking if a channel is synced Dan Hess2020-09-091-1/+1
* [commands] Correct command removing during cog injectingDan Hess2020-09-091-1/+1
* [commands] Fix exception raised in Command invoke hooks.Josh2020-09-091-19/+11
* Fix Member.joined_at documentationrodovia2020-09-091-2/+2
* Add discord.Colour classmethod dark_themeBluePhoenixGame2020-09-091-0/+9
* Add fetch_message_fast using history endpointkhazhyk2020-09-071-0/+37
* [commands] Update Bot.command() decorator docsSkye Im2020-09-071-0/+5
* [docs] remove unresolved doc refs, fix attribute refNadir Chowdhury2020-09-071-1/+1
* [commands] add require_var_positionalkhazhyk2020-09-071-1/+13
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-042-3/+3
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-043-17/+237
* Classmethods all and none for AllowedMentionsSaphielle Akiyama2020-09-041-0/+16
* Add COMMUNITY to Guild.featuresAlex Nørgaard2020-09-041-0/+1
* Added __eq__ to MessageAndres Torres2020-09-041-0/+3
* Don't call close() if we've already been closed in Client.runalkatar212020-09-011-1/+2
* [commands] Added ColorConverter aliasparafoxia2020-08-311-0/+5
* [tasks] Don't update _next_iteration on retryJosh2020-08-281-2/+7
* [commands] Use edited timestamp if provided for cooldown timingRapptz2020-08-251-3/+6
* Fix issue with empty overwritesparafoxia2020-08-251-1/+1
* Version bump for development purposesRapptz2020-08-221-2/+2
* Fix bug with Guild.by_category not showing some channelsRapptz2020-08-221-6/+6
* Document merging behaviour of AllowedMentions in Messageable.sendRapptz2020-08-221-1/+6
* Fix hyperlink reference to PartialInviteChannel in ClientNanofaux2020-08-221-1/+1
* Fix letter to be consistent with the rest of the docssinus-x2020-08-221-1/+1
* update the docs on RawReactionActionEvent.memberZomatree2020-08-221-1/+1
* Add South Korea VoiceRegionPatrick2020-08-181-0/+1
* Version bump to 1.4.1v1.4.1Rapptz2020-08-091-2/+2
* Extend __path__ with pkgutil to allow editable extensionsBryan Forbes2020-08-071-0/+2
* Fix error when trying to clear empty image/thumbnail in embedsDan Hess2020-08-071-2/+8