aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Type checkers (both mypy and pydantic) apparently don't like it
* 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
| | | | This was due to the Literal restriction from earlier.
* [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
| | | | | This only applies if and only if the flag can be default constructible. Ergo, all the flags are optional or not required.
* Fix some typings in utilsRapptz2021-04-201-13/+2
|
* [commands] Some minor clean up of the flag converter documentationRapptz2021-04-191-8/+15
| | | | Fix #6761
* [docs] fix docstring of AppInfoNadir Chowdhury2021-04-191-7/+9
|
* Bump Python version in Quickstart documentationArnav Jindal2021-04-193-5/+4
|
* [commands] Actually expose the FlagError base errorRapptz2021-04-192-1/+6
|
* [commands] Initial support for FlagConverterRapptz2021-04-198-0/+786
| | | | | The name is currently pending and there's no command.signature hook for it yet since this requires bikeshedding.
* Remove lingering User.avatar documentationRapptz2021-04-191-4/+0
|
* [commands] Add run_converters helper to call convertersRapptz2021-04-193-116/+188
|
* [commands] Add Context.current_parameterRapptz2021-04-192-0/+7
|
* Add a third overload to parse_timeRapptz2021-04-191-0/+6
| | | | | | | Apparently this behaviour is intended in Pyright https://github.com/microsoft/pyright/issues/1772 Despite mypy behaving as intended.
* Fix utils.find predicate typing to accept AnyRapptz2021-04-191-1/+1
|
* Update lavalink's repo urlCryptex2021-04-181-1/+1
|
* Add `MessageType.guild_invite_reminder`Nadir Chowdhury2021-04-183-0/+9
|