aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [types] Snowflake can be either str or int.Rapptz2021-04-081-2/+2
|
* [commands] Raise error when a cog name is already registeredSebastian Law2021-04-081-2/+22
|
* Use Any instead of str for Embed typings for accuracyRapptz2021-04-081-10/+10
|
* Add typings for models for guilds, activities, and voiceNadir Chowdhury2021-04-085-0/+386
|
* Use f-strings in more places that were missedSebastian Law2021-04-087-18/+19
|
* Use f-strings in more places that were missed.Rapptz2021-04-0834-143/+220
|
* Update joined command in basic_bot to use f-stringsN-i-c-k-0072021-04-081-1/+1
|
* Add discord.types.Message.interaction attributeRapptz2021-04-081-0/+2
|
* Add interaction related typingsRapptz2021-04-082-5/+140
|
* Add AllowedMentions typingsRapptz2021-04-081-0/+10
|
* Fix up typings for attachment and messageRapptz2021-04-081-4/+8
|
* Add typings for `Message`, `Emoji`, and `Member` Nadir Chowdhury2021-04-085-2/+234
|
* [commands] Add StageChannelConverter to documentationRapptz2021-04-081-0/+3
|
* [commands] Use has_error_handler instead in command_errorpikaninja2021-04-071-2/+3
|
* Make the bot template use f-strings over str.formatKallum2021-04-071-2/+2
|
* Fix inaccuracies with `AsyncIterator` typingsNadir Chowdhury2021-04-071-15/+17
|
* 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
| | | | | | | | The discord.types subpackage is currently only used to do type hinting of API payloads, it's very much incomplete right now and it'll be a rather long process. discord.Embed was typehinted and formatted using black.
* [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
| | | | Fixes #6661
* Revert "Remove unused group functionality"Rapptz2021-04-071-0/+12
| | | | This reverts commit d69b2f0af563993bdae425f4bb92fb555a238933.
* 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
| | | | | This also makes it so invalid enum values fall back to a proxy type that still works similar to actual values.
* Add on_interaction event and Interaction class.Rapptz2021-04-065-0/+147
| | | | | This is the first pass at the functionality. It's currently a bit incomplete.
* Add support for setting application_idRapptz2021-04-062-0/+29
|
* [commands] Fix classmethod converters not working.Rapptz2021-04-051-7/+4
| | | | Protocols sure are annoying.
* [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
| | | This is a follow up from #6641
* [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
|