aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fix exception for invalid channel typesMaya2021-04-141-1/+1
* Fix fail_if_not_exists not being set when constructed with stateRapptz2021-04-141-0/+1
* Add NSFW for GuildsRobin2021-04-143-4/+29
* Remove support for guild subscriptions apple502j2021-04-143-33/+0
* Add StageChannel to abc.GuildChannel docspikaninja2021-04-131-0/+1
* [docs] Fix reference to `Guild.id`Kino2021-04-131-1/+1
* Remove AutoShardedClient.request_offline_membersRapptz2021-04-121-36/+0
* Add support for role objects in GuildChannel.permissions_forRapptz2021-04-111-8/+44
* Remove User.permissions_inRapptz2021-04-112-39/+1
* Remove comment that doesn't apply anymoreRapptz2021-04-111-4/+0
* Remove superfluous unused payload parameterRapptz2021-04-112-2/+2
* Create temporary DMChannels from message create eventsRapptz2021-04-112-5/+22
* Fix spelling error in utils.__all__Maya2021-04-111-1/+1
* [commands] Fix Command.clean_params to return a regular dictRapptz2021-04-111-7/+10
* [commands] Strip text to remove spaces before ellipsisKreusada2021-04-111-1/+1
* Use v8 overwrite type when creating a channelNadir Chowdhury2021-04-111-3/+3
* Remove `private_channel_(delete/create)` eventsNadir Chowdhury2021-04-112-24/+8
* [commands] Add support for Python 3.10 Union typingRapptz2021-04-111-1/+8
* [commands] Fix errors with cooldown mappingsRapptz2021-04-111-2/+7
* Remove Member related handling in PRESENCE_UPDATERapptz2021-04-112-21/+6
* Fix stray AttributeError in Guild._from_data with member cacheRapptz2021-04-111-2/+1
* Permission related fixes for v8Rapptz2021-04-112-5/+6
* add reply and application_command typesNCPlayz2021-04-111-0/+2
* Remove MemberCacheFlags.onlineRapptz2021-04-111-30/+2
* First pass at supporting v8 APIRapptz2021-04-117-37/+39
* [commands] use __args__ and __origin__ where applicableJosh2021-04-112-17/+27
* [commands] Fix repr for GreedyJosh2021-04-101-0/+4
* [commands] Refactor typing evaluation to not use get_type_hintsRapptz2021-04-101-58/+103
* [commands] Remove legacy ExtensionNotFound.original attributeRapptz2021-04-101-4/+1
* Fix Intents resolution in the docsRapptz2021-04-101-1/+1
* [commands] Minimise code duplication in channel converters Nadir Chowdhury2021-04-101-117/+23
* Added discord.StageChannel in documentationTheOneMusic2021-04-101-0/+1
* [commands] Make `commands.Greedy` a `typing.Generic`James2021-04-102-23/+95
* [commands] Provide a dynamic cooldown system Dan Hess2021-04-102-19/+81
* Add missing future annotations importRapptz2021-04-101-0/+2
* Add typings for invites, templates, and bans Nadir Chowdhury2021-04-107-38/+185
* Add typings for audit logs, integrations, and webhooks Nadir Chowdhury2021-04-108-54/+388
* [commands]Add typing.Literal converterSigmath Bits2021-04-102-30/+99
* Remove user token warning in loginCryptex2021-04-081-8/+0
* [types] Snowflake can be either str or int.Rapptz2021-04-081-2/+2
* [commands] Raise error when a cog name is already registeredSebastian Law2021-04-081-2/+22
* Use Any instead of str for Embed typings for accuracyRapptz2021-04-081-10/+10
* Add typings for models for guilds, activities, and voiceNadir Chowdhury2021-04-085-0/+386
* Use f-strings in more places that were missed.Rapptz2021-04-0831-136/+213
* Add discord.types.Message.interaction attributeRapptz2021-04-081-0/+2
* Add interaction related typingsRapptz2021-04-082-5/+140
* Add AllowedMentions typingsRapptz2021-04-081-0/+10
* Fix up typings for attachment and messageRapptz2021-04-081-4/+8
* Add typings for `Message`, `Emoji`, and `Member` Nadir Chowdhury2021-04-085-2/+234
* [commands] Use has_error_handler instead in command_errorpikaninja2021-04-071-2/+3