aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow creating a public thread without a starter messageRapptz2021-07-283-11/+17
* Use a default value for StageInstance.discoverable_enabledRapptz2021-07-281-2/+2
* Fix recursive inheritance in BaseUserRapptz2021-07-281-1/+1
* Fix PartialMessage rejecting Threadsnickofolas2021-07-281-2/+9
* Set Thread.member/message_countNadir Chowdhury2021-07-281-0/+2
* Add system_content for thread message types, fix other system_content issuesLilly Rose Berner2021-07-281-10/+37
* Change type to be compatible with the overwrites propertyPythonCoderAS2021-07-282-18/+18
* Add support for discord.ui.Select.disabledLucas Hardt2021-07-283-1/+27
* Allow callables in abc.Connectable.ConnectJosh2021-07-281-1/+9
* Add audit log events for threadsNadir Chowdhury2021-07-285-9/+117
* Fixes minor grammatical error in Command.update Stocker2021-07-282-2/+2
* Fix Example Usage in docsAkshuAgarwal2021-07-281-0/+1
* Fix EqualityComparable.__eq__ typingGnome!2021-07-281-6/+2
* Fix a typo within the documentationxPolar2021-07-281-1/+1
* Add reason kwarg to more methodsNadir Chowdhury2021-07-284-26/+49
* Add Number type (10) to Application Command Option typesJosh2021-07-281-1/+7
* Add an example for the new dropdownsRobin56052021-07-281-0/+63
* Add BaseUser.banner for all subclasses to access new bannersAlex Nørgaard2021-07-282-2/+61
* Add a new view example for link buttonsAy3552021-07-221-0/+39
* Fix incorrect typehint in send_messageWilly2021-07-211-2/+2
* Fix typo in commands documentationAXVin2021-07-211-1/+1
* Add format_dt to utils __all__Vaskel2021-07-211-0/+1
* Fix permissions_for for roles z03h2021-07-211-14/+17
* [commands] Remove unused copy import in Cogthetimtoy2021-07-211-1/+0
* Add versionadded to ui.View and ui.Itemscrazzz2021-07-212-0/+4
* Fix typo in UserFlags.has_unread_urgent_messagesSebastian Law2021-07-211-1/+1
* Fix Thread.slowmode_delay not updatingz03h2021-07-211-0/+2
* Fix documentation note for interaction_checkKaylynn Morgan2021-07-211-3/+2
* fix typo in ephemeral function definitionNadir Chowdhury2021-07-211-1/+1
* Remove afk parameter from change_presenceAaron Hennessey2021-07-213-17/+14
* Stricter type hint in releaselevelRyu JuHeon2021-07-211-2/+2
* Add PartialMessage to list of allowed message reference typesLilly Rose Berner2021-07-211-9/+9
* Fix type annotations for purge's limit param on Thread/TextChannelSteve C2021-07-212-2/+2
* [commands] fix incorrect typings in ThreadConverterAlex Nørgaard2021-07-211-3/+4
* Sync Guild.features to documentationNadir Chowdhury2021-07-102-27/+43
* [commands] Fix (Partial)MessageConverter to work with thread messagesNadir Chowdhury2021-07-104-12/+51
* Undocument Item.widthRapptz2021-07-091-1/+0
* [commands] Get guild_id from message link for message convertersRapptz2021-07-091-8/+28
* Re-try requests on 504 error and raise correct errorLilly Rose Berner2021-07-091-3/+3
* Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc)Rapptz2021-07-093-11/+10
* Change WEBHOOK_UPDATE to use guild information from gatewayRapptz2021-07-081-1/+6
* Change CHANNEL_PINS_UPDATE to use guild information from gatewayRapptz2021-07-081-7/+9
* Use a specific tag type for member and user comparisonsRapptz2021-07-082-9/+11
* Remove extraneous dict assignment from view storeRapptz2021-07-071-1/+0
* Remove channel type coercion in factory methodsRapptz2021-07-071-10/+4
* Remove calls to gc.collect in ConnectionStateRapptz2021-07-071-18/+0
* Change _Overwrite to get dict entries rather than mutateRapptz2021-07-071-4/+4
* Move global user storage from WeakValueDictionary to dictRapptz2021-07-072-6/+44
* Allow use of orjson instead of jsonRapptz2021-07-074-6/+27
* Type-hint backoff.pyJosh2021-07-071-9/+27