aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump to v1.4.2v1.4.2v1.4.xRapptz2020-09-281-2/+2
* Add changelog for v1.5.0Rapptz2020-09-281-0/+60
* Add changelog for v1.4.2Rapptz2020-09-281-0/+28
* Handle cloudflare bans on webhook requestsRapptz2020-09-281-0/+8
* Completely update member references from message inner members.Rapptz2020-09-282-3/+8
* [commands] Fix exception raised in Command invoke hooks.Josh2020-09-281-19/+11
* [commands] Use edited timestamp if provided for cooldown timingRapptz2020-09-281-3/+6
* Fix issue with empty overwritesparafoxia2020-09-281-1/+1
* Fix allowed_mentions when sending files Xua2020-09-241-1/+1
* Remove caching from AutoShardedClient.shardsRapptz2020-09-241-1/+1
* [tasks] Lazily fetch event loop if one isn't providedRapptz2020-09-241-1/+4
* Fix comparison for overwrites when checking if a channel is synced Dan Hess2020-09-241-1/+1
* [commands] Correct command removing during cog injectingDan Hess2020-09-241-1/+1
* Don't call close() if we've already been closed in Client.runalkatar212020-09-241-1/+2
* [tasks] Don't update _next_iteration on retryJosh2020-09-241-2/+7
* Fix bug with Guild.by_category not showing some channelsRapptz2020-09-241-6/+6
* Version bump to 1.4.1v1.4.1Rapptz2020-08-091-2/+2
* Add changelog for 1.4.1Rapptz2020-08-091-0/+12
* 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
* Terminate connection if a close code couldn't be handledRapptz2020-08-061-1/+1
* Version bump to 1.4v1.4.0Rapptz2020-08-051-2/+2
* Add changelog for 1.4Rapptz2020-08-051-0/+110
* Add remaining user flagsNadir Chowdhury2020-08-051-0/+3
* Fixed a typo in message unpinning docsELginas2020-08-051-1/+1
* Fix a typo with webhook documentationELginas2020-08-051-1/+1
* Add missing comma in template.pyapple502j2020-08-051-1/+1
* [commands] implement HelpCommand.add/remove_checkRiley S2020-08-051-0/+43
* [commands] Provide a way to retrieve time left for a cooldown Dan Hess2020-08-052-1/+34
* [commands] Restart subcommand_passed chain on invokeRapptz2020-08-051-0/+2
* Be defensive in case Discord breaks something with WS URLs againRapptz2020-08-051-0/+4
* Fix NameError and AttributeError in Template and IntegrationsXua2020-08-052-3/+4
* Require people to use templates when making an issueRapptz2020-08-051-0/+1
* Propagate manual close codes to socket subclassRapptz2020-08-052-7/+13
* Fix endpoint strings with :443 instead of :80Rapptz2020-08-051-4/+5
* [tasks] Remove HTTPException as an exception to silently continue for Dan Hess2020-08-051-1/+0
* Fix gramatical error in Client guild_subscriptions docsJosh2020-08-041-1/+1
* Fix AttributeError when fetching reactions without cacheTyler North2020-08-011-1/+1
* Optimize Channel.permissions_for by not creating temporary objectsRapptz2020-08-011-11/+7
* Terminate shard processing queue when a clean close is encountered.Rapptz2020-08-011-0/+4
* Fix typo when creating a guild via templateRiley S2020-07-311-1/+1
* Specify where to get max_members in documentationJaime Garcia Jr2020-07-311-1/+5
* Fix NameError with resolving codes with TemplateNadir Chowdhury2020-07-311-1/+1
* Fix AttributeError from internal queue being double underscore.Rapptz2020-07-251-11/+11
* Add an exposed way to extract shard-specific information.Rapptz2020-07-253-16/+104
* Propagate exceptions when an unhandled error happensRapptz2020-07-251-0/+17
* Use a subclass rather than monkey-patching for the websocketjack11422020-07-252-10/+6
* Update message references in AutoShardedConnectionStateRapptz2020-07-252-0/+31
* Add guild_ready_timeout to control the timeout of GUILD_CREATE streamRapptz2020-07-252-4/+13
* Add a timeout for receiving websocket messages.Rapptz2020-07-251-4/+8