aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)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
* 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
* Add as_chunks helper functionJosh2021-04-251-0/+70
* 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-251-5/+55
* [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
* 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-212-1/+20
* 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
* [docs] fix docstring of AppInfoNadir Chowdhury2021-04-191-7/+9
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-0/+1
* [commands] Initial support for FlagConverterRapptz2021-04-193-0/+608
* Remove lingering User.avatar documentationRapptz2021-04-191-4/+0
* [commands] Add run_converters helper to call convertersRapptz2021-04-192-116/+186
* [commands] Add Context.current_parameterRapptz2021-04-192-0/+7
* Add a third overload to parse_timeRapptz2021-04-191-0/+6
* 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-182-0/+4
* Add support for ApplicationFlagsNadir Chowdhury2021-04-183-1/+94
* Fix up _unique and valid_icon_size implementationsRapptz2021-04-181-5/+2
* Add typings for discord.utilsRapptz2021-04-181-51/+131
* Cleanup some of the prior typings for cached_slot_propertyRapptz2021-04-181-23/+22
* Add typing for `utils.cached(_slot)_property` Nadir Chowdhury2021-04-181-16/+33
* [commands] Refactor evaluation functions to allow passing in localnsRapptz2021-04-181-8/+25