aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fallback to None message_id searches in View dispatchRapptz2021-08-011-1/+3
* Fix debug event toggle not triggering for raw receiveRapptz2021-08-011-3/+3
* Remove unused variable in viewRapptz2021-08-011-1/+0
* Change View dispatch mechanism to be keyed by message_id as wellRapptz2021-07-311-5/+6
* Fix typo in TextChannel.start_threadRapptz2021-07-311-1/+1
* Add enable_debug_events parameter to enable expensive debug eventsRapptz2021-07-312-3/+26
* Cast removed thread member IDs to intRapptz2021-07-311-1/+1
* Add on_socket_event_type eventRapptz2021-07-311-3/+3
* FIx on_thread_member_remove passing in NoneRapptz2021-07-311-1/+2
* Fix on_thread_member_remove not dispatchingRapptz2021-07-311-1/+1
* Fix docs for stickers LightSage2021-07-311-1/+1
* Update description of auto_archive_duration kwarg of Thread.editWilly2021-07-311-1/+1
* Change payload to use sticker_ids instead of sticker_itemsRapptz2021-07-301-2/+2
* Document TypeError raise in lottie stickerRapptz2021-07-301-0/+2
* Rename instances of nitro to premiumRapptz2021-07-306-11/+11
* Fix SyncWebhook not working across thread barriersRapptz2021-07-301-11/+22
* Fix User.accent_color incorrect attribute accessnickofolas2021-07-301-2/+2
* Rename types.Union -> UnionType for bpo-44732James2021-07-301-1/+1
* Add Thread to Messageable docstringSYCKGit2021-07-301-0/+1
* Add Thread.categoryArthur2021-07-301-1/+21
* [commands] fix bot_has_role and is_nsfw for threadsz03h2021-07-301-7/+5
* implement guild stickersNadir Chowdhury2021-07-3015-76/+966
* Fix user cache acting incorrectly with evictionsRapptz2021-07-298-8/+14
* Add Guild.get_channel_or_thread helper methodRapptz2021-07-291-0/+18
* [commands] Check for ctx.guild instead of abc.GuildChannelRapptz2021-07-281-2/+2
* 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-284-5/+35
* Fixes minor grammatical error in Command.update Stocker2021-07-281-1/+1
* 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 BaseUser.banner for all subclasses to access new bannersAlex Nørgaard2021-07-282-2/+61
* Fix incorrect typehint in send_messageWilly2021-07-211-2/+2
* 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 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