aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [commands] Remove function call indirection when checking authorRapptz2021-05-251-2/+1
* Remove VerificationLevel aliasesStanisław Jelnicki2021-05-252-22/+6
* [commands] Remove Bot.self_botTari2021-05-251-9/+1
* Fix minor typo in typing() docs numbermaniac2021-05-251-1/+1
* Fix default hook signature Imayhaveborkedit2021-05-251-1/+1
* Fix cached_slot_property typings againRapptz2021-05-231-2/+1
* Add a note about overwriting in set_permissionspikaninja2021-05-231-0/+4
* Add Discord Certified Moderator user flagStanisław Jelnicki2021-05-233-0/+12
* [docs] typo fixNadir Chowdhury2021-05-231-1/+1
* Fix Webhook exampleapple502j2021-05-231-1/+1
* Add vws message hook Imayhaveborkedit2021-05-231-3/+10
* Improve the example for abc.Messageable.typingMrKomodoDragon2021-05-231-3/+4
* Consistent loop attribute descriptionCryptex2021-05-231-1/+1
* [commands] Add BadColorArgument to __all__ Tari2021-05-161-0/+1
* Fix sending arrays with nulls in them when changing presencesRapptz2021-05-161-2/+4
* Fix Colour.fuchsia docstring typochromacoat dreamkey2021-05-151-1/+1
* Change Colour.blurple to new oneDorukyum2021-05-151-1/+6
* [tasks] Replace None check with MISSING check in task loopJosh2021-05-151-2/+2
* [commands] Update command.parent and command.parents docsNextChai2021-05-151-4/+4
* Update docs for (Partial)Message.publish to reflect the actual permissions ne...Alex Nørgaard2021-05-151-1/+3
* Add Colour.fuchsia and Colour.yellowArnav Jindal2021-05-151-0/+17
* Fix for doc reference to python "raise" statementChasL2021-05-151-1/+1
* Document Invite.inviter as optionalStanisław Jelnicki2021-05-122-4/+4
* Fix issues with imports causing NameErrorsJosh2021-05-123-5/+10
* Add Template.urlSebastian Law2021-05-121-0/+8
* [tasks] Type hint the tasks extensionJosh2021-05-121-65/+126
* [tasks] fix regular task loopsSebastian Law2021-05-101-1/+2
* Type up **kwargs of various methods Nadir Chowdhury2021-05-1014-72/+453
* [tasks] Add support for explicit time parameterSebastian Law2021-05-092-32/+215
* Typehint WidgetJosh2021-05-093-40/+131
* [commands] Fix a minor grammar error in MaxConcurrencyReachedJay33322021-05-071-1/+1
* [commands] Add GuildChannelConvertersudosnok2021-05-073-11/+38
* Explicitly ignore legacy file reference errors in sphinx -n modeJosh2021-05-062-0/+30