aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-072-7/+1
* [commands] add require_var_positionalkhazhyk2020-09-071-1/+13
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-043-5/+5
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-044-17/+281
* 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-042-0/+12
* 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-182-0/+4
* Document on_error "special" behaviorVexs2020-08-141-0/+8
* 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