aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of Ellipsis as sentinels with utils.MISSINGJosh2021-05-034-11/+15
|
* Add changelog for v1.7.2Rapptz2021-05-021-0/+12
|
* Clarify Webhook.send return value documentationNoName2021-05-022-4/+4
|
* Add classproperty helper utilityRapptz2021-05-021-0/+9
| | | | This is apparently a 3.9+ only addition
* Add Client.create_dmRapptz2021-05-011-0/+28
|
* Fix supressing messages leading a 400 errorRapptz2021-05-011-1/+1
| | | | | This only makes it so allowed_mentions are passed if the message is authored by the bot itself.
* Reformat message.py fileRapptz2021-05-011-21/+71
|
* Add types to PartialMessageRapptz2021-05-011-23/+15
|
* Fix typings for utils._parse_ratelimit_headerRapptz2021-05-011-1/+2
| | | | A CIMultiDict is not a Dict but a Mapping
* Fix SyncWebhook exception case causing attribute errorsRapptz2021-05-011-0/+3
|
* Fix sending multipart data with SyncWebhookRapptz2021-05-011-4/+8
| | | | Fixes #6825
* 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
| | | | 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
|