aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [commands] Some minor clean up of the flag converter documentationRapptz2021-04-191-8/+15
| | | | Fix #6761
* Bump Python version in Quickstart documentationArnav Jindal2021-04-193-5/+4
|
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-1/+5
|
* [commands] Initial support for FlagConverterRapptz2021-04-195-0/+178
| | | | | The name is currently pending and there's no command.signature hook for it yet since this requires bikeshedding.
* [commands] Add run_converters helper to call convertersRapptz2021-04-191-0/+2
|
* Add `MessageType.guild_invite_reminder`Nadir Chowdhury2021-04-181-0/+5
|
* Add support for ApplicationFlagsNadir Chowdhury2021-04-181-0/+8
|
* [docs] document inherited members on `Asset`Nadir Chowdhury2021-04-171-0/+1
|
* Use f-strings for attributetableRapptz2021-04-171-4/+7
|
* Add inherited members to (Partial)Emoji docsRapptz2021-04-171-0/+2
|
* Add VoiceChannel.video_quality_modez03h2021-04-171-0/+33
|
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-162-0/+6
|
* [docs] Fix various unresolved referencesNadir Chowdhury2021-04-153-6/+9
|
* Rewrite webhooks to play better with typings and rate limitsRapptz2021-04-151-10/+11
| | | | | | | | | | | | | | | | | This unfortunately required splitting the types into two. This led to a lot of unfortunate code duplication that I didn't really enjoy writing. The new design allows users to pass an authentication token to make webhook requests without the webhook token and allows to finally edit the webhook channel. The new design also uses a contextvar to store rate limiting information so multiple instances or recreating instances no longer clears the ratelimiting state since it's now essentially a "global" object. Closes #6525, closes #6662, closes #2509, closes #1761
* Remove `private_channel_(delete/create)` eventsNadir Chowdhury2021-04-111-10/+0
|
* add reply and application_command typesNCPlayz2021-04-111-0/+10
|
* Bring back discord module in discord.ext.commands documentationRapptz2021-04-101-1/+4
|
* Remove current module reference in commands API docsRapptz2021-04-101-2/+0
|
* [docs] Fix references to GreedyNadir Chowdhury2021-04-102-6/+6
|
* [commands] Make `commands.Greedy` a `typing.Generic`James2021-04-101-21/+1
|
* Make the style of external and internal cross-references consistentjack11422021-04-101-2/+6
|
* Add missing attribute tablesjack11422021-04-101-0/+18
|
* Fix all warnings with SphinxRapptz2021-04-106-0/+12
|
* [commands]Add typing.Literal converterSigmath Bits2021-04-101-0/+21
|
* Use f-strings in more places that were missedSebastian Law2021-04-087-18/+19
|
* [commands] Add StageChannelConverter to documentationRapptz2021-04-081-0/+3
|
* [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
|
* [commands] Update Converter list in ext.commands introductionShun Tannai2021-04-071-10/+16
|
* Add source_channel and source_guild to WebhookZomatree2021-04-061-0/+15
|
* Add on_interaction event and Interaction class.Rapptz2021-04-061-0/+33
| | | | | This is the first pass at the functionality. It's currently a bit incomplete.
* Update changelog for v1.7.1Rapptz2021-04-051-0/+10
|
* Add discord.utils.utcnow() helper function to ease migrationRapptz2021-04-041-0/+2
|
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-3/+3
| | | | | Naive datetimes will now be interpreted as local time throughout the library.
* Remove some lingering userbot classes in the documentationRapptz2021-04-041-24/+0
|
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-041-12/+11
|
* Remove userbot functionalityRapptz2021-04-041-235/+0
| | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation.
* Modernize code to use f-stringsRapptz2021-04-041-10/+9
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Add missing documentation for StoreChannelConverterRapptz2021-04-042-1/+4
|
* Add missing StoreChannel documentationRapptz2021-04-041-4/+13
|
* Fix StoreChannel reference in changelogRapptz2021-04-041-1/+1
|
* Add content_type to changelogRapptz2021-04-031-0/+1
|
* Add changelog for v1.7Rapptz2021-04-031-0/+82
|
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+15
|
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-1/+8
|
* [docs] suggest presence in constructor instead of change_presenceMikey2021-03-311-4/+11
|
* Deprecate Client.logout apple502j2021-03-311-1/+1
|
* Add remove_markdown helper functionEdwin2021-03-281-0/+2
|
* Clarify docs to state that on_reaction_remove requires Intents.membersColin R2021-03-241-1/+6
|