aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Allow pins events to work with threadsRapptz2021-06-081-1/+1
|
* Parse remaining thread events.Rapptz2021-06-081-3/+47
|
* Update thread typings and payloads to match documentationRapptz2021-06-081-7/+16
|
* First pass at preliminary thread supportRapptz2021-06-081-1/+75
| | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints.
* Add Guild.nsfw_level Nadir Chowdhury2021-06-071-0/+22
|
* Add support for integration create/update/delete eventsNadir Chowdhury2021-06-071-2/+43
|
* Update documentation for on_voice_state_updatexPolar2021-06-021-2/+2
| | | The event also gets triggered by stage channels.
* Implement StageInstanceNadir Chowdhury2021-05-301-0/+52
|
* Add WebhookType.applicationRapptz2021-05-301-0/+6
|
* Add support for bot integrationsMaya2021-05-291-0/+9
|
* Add invite targets for voice channel invitesZomatree2021-05-291-3/+12
|
* Add support for reading SelectMenu components from messagesRapptz2021-05-281-0/+21
|
* Move ActionRow to its own separate type split from ComponentRapptz2021-05-281-0/+8
|
* Fix extraneous colons in the documentation for ButtonStyleMrKomodoDragon2021-05-271-5/+5
|
* Add support for setting interaction responsesRapptz2021-05-271-2/+23
|
* Add aliases for button style coloursRapptz2021-05-271-0/+13
|
* Rename enums to use official API namingRapptz2021-05-271-14/+15
|
* Add initial support for buttons and componentsRapptz2021-05-271-1/+110
|
* Remove VerificationLevel aliasesStanisław Jelnicki2021-05-251-14/+1
|
* Add Discord Certified Moderator user flagStanisław Jelnicki2021-05-231-0/+3
|
* [docs] typo fixNadir Chowdhury2021-05-231-1/+1
|
* Fix for doc reference to python "raise" statementChasL2021-05-151-1/+1
| | | | | | | | :ref:`py:raise` -> :ref:`raise statement <py:raise>` Before fix the text reads: "...define an on_error handler consisting of a single empty The raise statement." After fix it should read: "...define an on_error handler consisting of a single empty raise statement."
* Document Invite.inviter as optionalStanisław Jelnicki2021-05-121-3/+3
|
* Fix various reference issues in documentationJosh2021-05-061-4/+59
| | | | Co-Authored-By: Riley Shaw <[email protected]>
* Add AuditLogChanges.rules_channel/public_updates_channelNadir Chowdhury2021-05-011-0/+24
|
* Add as_chunks helper functionJosh2021-04-251-0/+2
|
* Use Asset for AuditLogChanges and add more entriesNadir Chowdhury2021-04-251-7/+23
|
* Remove HypesquadHouse enum from docsJosh2021-04-251-14/+0
|
* Add target_user and target_type to Invite objectssudosnok2021-04-211-0/+18
|
* 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
|
* Add inherited members to (Partial)Emoji docsRapptz2021-04-171-0/+2
|
* Add VoiceChannel.video_quality_modez03h2021-04-171-0/+33
|
* 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
|
* Add missing attribute tablesjack11422021-04-101-0/+18
|
* Fix headers in partial webhook channel and guild objectsRapptz2021-04-071-2/+2
|
* 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.
* 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.
* Add missing StoreChannel documentationRapptz2021-04-041-4/+13
|
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+15
|
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-1/+8
|
* Deprecate Client.logout apple502j2021-03-311-1/+1
|