aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Mock PartialTemplateState._get_guild as pass-throughRapptz2021-06-291-1/+4
|
* Rework Template.edit to use MISSING sentinelRapptz2021-06-291-14/+13
|
* Fix typing of ApplicationCommandInteractionDataOptionJosh2021-06-291-6/+42
|
* Fix link buttons not being regarded as persistentNadir Chowdhury2021-06-291-0/+5
|
* add persistent view in on_ready to avoid loop issuesNadir Chowdhury2021-06-291-16/+19
|
* [typing] Type-hint client.pyJosh2021-06-291-87/+118
|
* Add examples for how to use viewsRapptz2021-06-295-0/+346
|
* Type hint channel.pyRapptz2021-06-292-226/+274
|
* [types] VoiceChannel and StageChannel bitrate/user_limit is not nullRapptz2021-06-291-4/+4
|
* Fix typing linting error in threadsRapptz2021-06-291-1/+1
|
* Fix KeyError due to refactoring mistake in Overwrite handlingRapptz2021-06-281-1/+1
|
* Type and format abc.pyRapptz2021-06-281-76/+171
| | | | There's still some stuff missing but this is a decent first pass
* Make Asset.with_ functions positional onlyRapptz2021-06-281-3/+3
|
* Make Asset.replace only accept keyword argumentsRapptz2021-06-281-0/+1
|
* Remove extraneous __slots__ assignmentsRapptz2021-06-284-5/+5
|
* Set Message.guild from guild_id if unavailable through Message.channelLilly Rose Berner2021-06-282-13/+11
|
* Dispatch thread_join when a thread is updated but not in cacheRapptz2021-06-281-0/+4
|
* Fix property CSS to be more inline with everything elseRapptz2021-06-282-0/+8
|
* Move documentation CSS after CSS blockRapptz2021-06-281-3/+3
|
* Add versionadded for format_dtRapptz2021-06-281-0/+2
|
* Update documentation in voice_client.pyscrazzz2021-06-281-1/+1
|
* Add discord.utils.format_dt helper functionRapptz2021-06-282-0/+48
|
* Fix Guild.vanity_invite causing an error when guild has it unsetRapptz2021-06-281-3/+7
| | | | FIx #7103
* Type-hint voice_client / playerJosh2021-06-283-130/+227
|
* 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
| | | Co-Authored-By: Riley Shaw <[email protected]>
* 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
| | | | | The previous code would make two separate instances share the custom_id which might have been undesirable behaviour
* 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
|