aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add typings for channels and `PartialUser` Nadir Chowdhury2021-04-073-0/+152
* Add typing for flagsNadir Chowdhury2021-04-071-26/+48
* [docs] add note for possible Embed.type stringsSebastian Law2021-04-071-0/+2
* Fix regression in Activity relying on `try_enum` Nadir Chowdhury2021-04-071-1/+4
* [docs] add label to basic converters sectionSebastian Law2021-04-071-0/+2
* Fix headers in partial webhook channel and guild objectsRapptz2021-04-071-2/+2
* Remove type hints from generated docsRapptz2021-04-071-0/+1
* Rename discord.types file based on relevant core module fileRapptz2021-04-072-3/+1
* Typehint discord.Embed and introduce discord.types subpackageRapptz2021-04-074-93/+252
* [commands] Update Converter list in ext.commands introductionShun Tannai2021-04-071-10/+16
* [commands] Only replace annotation if one was givenRapptz2021-04-071-1/+3
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-0736-26/+210
* Add Embed.__bool__Rapptz2021-04-071-0/+22
* Revert "Remove unused group functionality"Rapptz2021-04-071-0/+12
* Fix AttributeError on HTTPClient.send_file to be send_filesSteve C2021-04-071-1/+1
* Use `format_map` instead of `format` for `Route.url` Nadir Chowdhury2021-04-061-1/+1
* Add source_channel and source_guild to WebhookZomatree2021-04-062-1/+133
* use `typing.AsyncIterator` for iteratorsNadir Chowdhury2021-04-061-30/+48
* [commands] Use typing.get_type_hints to resolve ForwardRefsNadir Chowdhury2021-04-061-6/+25
* Use non-underscore TypeVar in enum codeRapptz2021-04-061-3/+3
* Fix some regressions from create_task changeRapptz2021-04-062-2/+2
* Remove unused group functionalityRapptz2021-04-061-12/+0
* Reformat HTTPClient and add interaction endpointsRapptz2021-04-061-105/+484
* Make enum code work with typecheckersRapptz2021-04-061-12/+23
* Add on_interaction event and Interaction class.Rapptz2021-04-065-0/+147
* Add support for setting application_idRapptz2021-04-062-0/+29
* [commands] Fix classmethod converters not working.Rapptz2021-04-051-7/+4
* [commands] Revert conversion code back to how it was originallyRapptz2021-04-051-8/+7
* [commands] Fix AttributeError for classes missing convert attributeToxicKidz2021-04-051-1/+1
* Update changelog for v1.7.1Rapptz2021-04-051-0/+10
* [commands] Fix logic in Cog.has_error_handler()Rapptz2021-04-051-1/+1
* [commands] Address incorrect use of subclass (from type perspective)Michael H2021-04-051-4/+5
* [commands] Add more type information to public API of convertersMichael H2021-04-051-18/+18
* Remove 3.6 check for `loop.shutdown_asyncgens()` Nadir Chowdhury2021-04-051-2/+1
* Use `asyncio.create_task` over `asyncio.ensure_future`Nadir Chowdhury2021-04-054-9/+9
* Remove fail-safe for retrieving all tasks Nadir Chowdhury2021-04-051-7/+1
* Use covariant TypeVar for protocolMichael H2021-04-051-1/+1
* [commands] Fix @classmethod converters Michael H2021-04-051-6/+9
* Fix versionadded not showing in docs for Attachment.content_typeLogan2021-04-051-1/+1
* Remove deprecated client methodsVaskel2021-04-051-50/+0
* Add discord.utils.utcnow() helper function to ease migrationRapptz2021-04-042-0/+17
* Remove special casing of MAX_ASYNCIO_SECONDS in sleep_untilRapptz2021-04-041-4/+0
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-0415-61/+83
* Remove some lingering userbot classes in the documentationRapptz2021-04-041-24/+0
* Use 3.8 for ReadTheDocs buildsRapptz2021-04-041-1/+1
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-044-100/+98
* Flatten AsyncIterator.flattenJames2021-04-041-42/+1
* Remove userbot functionalityRapptz2021-04-0416-1541/+59
* Remove asyncio.Task subclass in preference to task namesRapptz2021-04-041-17/+1
* Convert two missing places to f-stringsRapptz2021-04-042-2/+2