aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typehint audit_logs.pyJames2021-06-021-74/+123
* [commands] Unwrap functions to get their module and globalnsRapptz2021-06-011-4/+22
* Add Client.persistent_views to get all persistent viewsRapptz2021-05-313-2/+20
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-315-0/+26
* Don't mark URL buttons as dispatchableRapptz2021-05-311-1/+1
* Mention that rows are explicitly 0 indexed.Rapptz2021-05-312-4/+4
* Add interaction enums to __all__Rapptz2021-05-311-0/+2
* Remove view syncing before editing in viewsRapptz2021-05-315-6/+19
* Check for view finished state before resuming listening on editRapptz2021-05-313-4/+4
* Add support for editing in views in PartialMessageRapptz2021-05-311-1/+20
* Add View.is_finished() to query listening stateRapptz2021-05-311-0/+4
* Sync views in InteractionResponse.edit_messageRapptz2021-05-311-0/+6
* Implement StageInstanceNadir Chowdhury2021-05-3010-15/+502
* Fix potential KeyError when removing viewsRapptz2021-05-301-1/+1
* Add support for interaction followupsRapptz2021-05-301-1/+12
* Add support for sending and editing views in WebhookRapptz2021-05-301-5/+55
* Add __repr__ for ViewRapptz2021-05-301-0/+3
* Allow Webhook.send to send ephemeral messagesRapptz2021-05-301-2/+21
* Add WebhookType.applicationRapptz2021-05-303-1/+8
* Allow sending View with Interaction.response.send_messageRapptz2021-05-301-0/+15
* Allow assigning Select.options to refresh the select menuRapptz2021-05-301-0/+9
* Fix Message.edit typings to take View parametersRapptz2021-05-301-0/+2
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-294-45/+120
* Fix Messageable.send overload to take view parametersRapptz2021-05-291-0/+3
* Check future state before setting result in ViewRapptz2021-05-291-2/+5
* Refactor and type hint invitesRapptz2021-05-295-78/+144
* Typehint AllowedMentionsRapptz2021-05-291-8/+24
* Typehint mixinsRapptz2021-05-291-3/+9
* Fix type errors with required keys in the integration typesRapptz2021-05-293-22/+33
* Fix some type errors in StreamIntegration.editRapptz2021-05-291-5/+7
* Make StreamIntegration.role a property rather than a strong referenceRapptz2021-05-291-7/+8
* Allow registering a View for persistent long term dispatchingRapptz2021-05-291-0/+27
* Add support for bot integrationsMaya2021-05-293-51/+185
* Typehint StickerRapptz2021-05-291-13/+23
* [commands] Add Command.extrasMichael H2021-05-291-0/+9
* Add invite targets for voice channel invitesZomatree2021-05-2910-27/+263
* Default SelectOption.value to the label if not givenRapptz2021-05-282-6/+7
* Allow constructing SelectOption.emoji from a string as wellRapptz2021-05-281-2/+6
* Typehint Role and RoleTagsRapptz2021-05-281-48/+59
* Fix Role.is_assignable() computing Guild.me twiceRapptz2021-05-281-1/+6
* Remove __slots__ from ViewRapptz2021-05-281-7/+0
* Check for guild owner in Role.is_assignable()TheOneMusic2021-05-281-1/+1
* Add support for select componentsRapptz2021-05-287-8/+334
* Add PartialEmoji.from_str helperRapptz2021-05-282-22/+46
* Add support for reading SelectMenu components from messagesRapptz2021-05-284-3/+199
* Move ActionRow to its own separate type split from ComponentRapptz2021-05-283-29/+72
* Add private get_slots utility to get slots through MRORapptz2021-05-281-0/+8
* Fix View.wait not returning when it times outRapptz2021-05-281-5/+14
* Add a timeout callback for detecting when a View times outRapptz2021-05-281-3/+24
* Add View.remove_item and View.clear_itemsRapptz2021-05-281-0/+18