aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add View.interaction_check for interaction pre-conditionsRapptz2021-05-281-0/+36
* Add Role.is_assignable()Tyler2021-05-281-0/+7
* Add a way to wait for a view to finish its interactionsRapptz2021-05-271-0/+9
* Fix extraneous colons in the documentation for ButtonStyleMrKomodoDragon2021-05-271-5/+5
* Button labels can be NoneZomatree2021-05-273-15/+14
* Add Member.get_role Michael H2021-05-271-0/+17
* Add warning for comparing with role positioningRapptz2021-05-271-0/+9
* Allow passing multiple embeds in InteractionResponse.edit_messageRapptz2021-05-271-3/+15
* Allow View to be instantiated without subclassingRapptz2021-05-271-3/+1
* Fix typings for resolved channels in slash commandsRapptz2021-05-271-2/+9
* Only automatically defer if no response was given in callbackRapptz2021-05-271-1/+2
* Add support for setting interaction responsesRapptz2021-05-273-7/+268
* Add interaction related endpoints to async webhookRapptz2021-05-271-0/+73
* Fix some type hints in interactionsRapptz2021-05-271-2/+3
* [Interactions] Create User only when in DMsAXVin2021-05-271-5/+7
* Force button style to link if a URL is passedRapptz2021-05-271-0/+3
* Add aliases for button style coloursRapptz2021-05-272-0/+19
* Rename enums to use official API namingRapptz2021-05-274-23/+24
* Properly guard for DMs in interaction creationRapptz2021-05-271-5/+6
* Make Item and Button generic over the underlying viewRapptz2021-05-272-6/+8
* Change the way callbacks are defined to allow derivingRapptz2021-05-273-89/+45
* Fix emoji not showing up in button componentRapptz2021-05-271-0/+4
* Add initial support for buttons and componentsRapptz2021-05-2717-14/+1195
* Fix bug in Embed.__len__ caused by footer without textMikey2021-05-271-3/+3