aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typehint ActivityRapptz2021-06-281-99/+99
* Fix Activity and Spotify datetime being timezone naiveRapptz2021-06-281-4/+4
* Rework Message.edit implementationRapptz2021-06-281-64/+46
* Fix incorrect typehints in Guild.create_roleRobotHanzo2021-06-281-3/+3
* [commands] Rename missing_perms to missing_permissionsIzhar Ahmad2021-06-281-8/+8
* Add ButtonStyle.gray aliasNadir Chowdhury2021-06-282-0/+4
* Fix Category.create_x_channel raising without overwritesLilly Rose Berner2021-06-281-6/+6
* Localize Embed.timestamp during assignment thegamecracks2021-06-281-3/+5
* Make on_ready examples consistentpikaninja2021-06-272-6/+2
* Add support for sending multiple embedsAomi Vel2021-06-273-18/+67
* Add discord.Spotify.track_url quiprr2021-06-271-0/+8
* Handle role_id possibly being None for StreamIntegrationHarmon2021-06-272-2/+2
* [docs] Update Sphinx and Fix various referencesJosh2021-06-2710-21/+24
* remove repeat 'to' in Task.restart docNiumXp2021-06-271-1/+1
* Add "new in version" missing in webhook documentation Rafael2021-06-271-2/+37
* Show decorator usage instead of signature in docsDevon R2021-06-273-19/+110
* Fix Member.ban typing to include 0-day message deletesSteve C2021-06-271-1/+1
* [commands] Add attr and parameter "argument" to BadInviteArgumentthetimtoy2021-06-272-3/+4
* Add disable_guild_select to utils.oauth_url()Soheab2021-06-271-13/+21
* Add changelog for v1.7.3Rapptz2021-06-121-0/+11
* Fix crash involving stickersRapptz2021-06-121-1/+1
* [commands] Change EmojiConverter to use Client.get_emojiRapptz2021-06-121-5/+1
* Lazily create Button custom_ids in decorator interfaceRapptz2021-06-121-2/+0
* Fix guild documentation not showing up for some methodsRapptz2021-06-111-3/+3
* Fix typing of IntegrationAccount classJosh2021-06-111-3/+3
* Make View timeout parameter keyword-onlyRapptz2021-06-101-1/+1
* Make parameters passed to Reaction.user keyword-onlyRapptz2021-06-101-1/+1
* Typehint ReactionRapptz2021-06-101-16/+27
* Rename Reaction.custom_emoji to Reaction.is_custom_emojiRapptz2021-06-101-3/+2
* Type-Hint appinfo/teamJosh2021-06-103-47/+53
* Fix some webhook related type checker errorsRapptz2021-06-103-5/+7
* Don't use class attribute syntax for Guild typingsRapptz2021-06-101-83/+40
* Type-Hint http.pyJosh2021-06-1010-252/+617
* Close ClientSession after closing websocket connectionsRapptz2021-06-101-1/+1
* None check in InteractionResponse.edit_messageDevon R2021-06-101-1/+1
* Add category_id shortcut to ThreadLilly Rose Berner2021-06-091-0/+20
* Add __str__ method to ThreadLilly Rose Berner2021-06-091-0/+3
* Add audit log entries for stage instancesNadir Chowdhury2021-06-093-77/+123
* Refactor Guild to support type hintsRapptz2021-06-083-387/+551
* [types] Use proper type for Guild.threadsRapptz2021-06-081-1/+2
* [types] Split PartialVoiceState for proper gateway typeRapptz2021-06-082-5/+9
* Add Thread.permissions_for helper functionfeature/threadsRapptz2021-06-081-2/+36
* Allow pins events to work with threadsRapptz2021-06-082-2/+2
* Add message purging functions to ThreadRapptz2021-06-081-3/+175
* Don't dispatch thread_join on extraneous THREAD_CREATE dispatchesRapptz2021-06-081-2/+4
* Parse remaining thread events.Rapptz2021-06-084-9/+114
* Add ThreadMember.threadRapptz2021-06-081-0/+5
* Add support for thread parameter in Webhook.sendRapptz2021-06-082-0/+32
* Add TextChannel.active_threadsRapptz2021-06-081-0/+20
* Clarify actions that require manage_threads permissionRapptz2021-06-083-7/+35