aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add typings for message related classesZomatree2021-05-012-89/+117
* Add fetch_invite with with_expirationNadir Chowdhury2021-05-013-20/+37
* Fix guild application command endpointsJoey van Langen2021-05-011-6/+6
* Add AuditLogChanges.rules_channel/public_updates_channelNadir Chowdhury2021-05-012-0/+26
* Add types for ApplicationCommandPermissions & coNadir Chowdhury2021-05-012-2/+70
* Clarify ClientUser.verified docsDavid2021-04-301-1/+1
* Fix grammar in the Guild.edit docstringMrKomodoDragon2021-04-301-2/+2
* [commands] Remove Flag related delimiter and prefix errorRapptz2021-04-301-3/+0
* [commands] Fix Generics causing other typing converters to failRapptz2021-04-301-3/+14
* Fix utils.MISSING not evaluating to True in implicit bool contextsRapptz2021-04-301-0/+3
* [commands] Fix Generic subcalsses used as a converterRapptz2021-04-291-0/+4
* fix AttributeError in Sticker.imageNadir Chowdhury2021-04-291-1/+1
* Add utils.MISSINGNadir Chowdhury2021-04-295-24/+20
* [commands] Update error message for Literal float/complexOlivia2021-04-271-1/+1
* [docs] Update notes for get_user and get_member pikaninja2021-04-272-2/+2
* Fix AttributeError in examplesapple502j2021-04-272-2/+2
* Split annotation resolution to discord.utilsRapptz2021-04-273-100/+106
* [commands] Disallow float/complex in Literal but allow NoneRapptz2021-04-271-1/+1
* Make spelling of "colour" consistent in docsnumbermaniac2021-04-271-1/+1
* Add __int__ to discord.Colourppotatoo2021-04-261-0/+7
* Adjust quickstart to not show commands exampleHyperGH2021-04-261-2/+3
* Add as_chunks helper functionJosh2021-04-252-0/+72
* Properly change abc.User.avatar type to AssetRapptz2021-04-251-4/+5
* [docs] Remove extraneous icon definitionJosh2021-04-251-2/+0
* Use Asset for AuditLogChanges and add more entriesNadir Chowdhury2021-04-252-12/+78
* Remove HypesquadHouse enum from docsJosh2021-04-251-14/+0
* [commands] Add support for typing.Union to FlagsJosh2021-04-251-5/+11
* [commands] Fix regression with Union converters not workingRapptz2021-04-241-1/+3
* [commands] Disallow complicated Literal typesRapptz2021-04-241-0/+3
* [commands] Fix Literal converter not working within flagsRapptz2021-04-241-0/+4
* [commands] Add FlagConverter.__iter__Rapptz2021-04-241-0/+13
* Add Activity.buttonsNadir Chowdhury2021-04-242-17/+75
* [commands] Fix _HelpCommandImpl.clean_params popitemStella2021-04-231-2/+2
* [commands] Fix flag detection code in get_flagsRapptz2021-04-231-3/+3
* Fix typo in FlagConverter docsAlex Nørgaard2021-04-221-1/+1
* Define utils.cached_property in if TYPE_CHECKING guardJosh2021-04-221-2/+5
* Add support for editing message attachmentsRapptz2021-04-211-0/+27
* Add target_user and target_type to Invite objectssudosnok2021-04-213-1/+38
* Rename lingering _url Asset properties Nadir Chowdhury2021-04-212-2/+2
* Fix documentation for RoleConverterjack11422021-04-211-2/+2
* Add Template.is_dirtyNadir Chowdhury2021-04-211-1/+19
* [commands] Set constructible FlagConverter flags to not be requiredJosh2021-04-211-0/+3
* [docs] stage_channels doc typo Nadir Chowdhury2021-04-212-2/+2
* [commands] Allow FlagCommand subclasses to inherit optionsJosh2021-04-211-6/+20
* [commands] Add support for aliasing to FlagConverterJosh2021-04-211-4/+47
* Fix typo within `HelpCommand.verify_checks` documentationKino2021-04-211-1/+1
* [commands] Avoid creating unnecessary flag mapping copiesRapptz2021-04-201-2/+2
* [commands] Default construct flags if they're not passed as parametersRapptz2021-04-202-0/+18
* Fix some typings in utilsRapptz2021-04-201-13/+2
* [commands] Some minor clean up of the flag converter documentationRapptz2021-04-191-8/+15