aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Typehint error.pyRapptz2021-07-031-23/+67
|
* Use "raised" instead of "thrown" for exception documentationRapptz2021-07-031-13/+12
|
* Raise an exception if an interaction has been responded beforeRapptz2021-07-033-4/+42
| | | | Fix #7153
* Add Thread.is_nsfwAlex Nørgaard2021-07-031-0/+9
|
* Fix versionadded on ChannelType.private_threadAlex Nørgaard2021-07-021-1/+1
|
* Update examples of interactions to mention componentsjack11422021-07-021-2/+1
|
* Rework view timeouts to work as documentedRapptz2021-07-021-34/+63
|
* [commands] Add back CommandOnCooldown.typeRapptz2021-07-023-4/+11
|
* [commands] Mention that dynamic_cooldown callable can return NoneRapptz2021-07-021-3/+4
|
* Add Thread.mentionRapptz2021-07-011-0/+5
|
* Add a default style for buttonsRapptz2021-07-011-1/+1
| | | | | This makes it easier to create URL buttons since the library will automatically assign the proper style for it.
* Add ButtonStyle.url alias for ButtonStyle.linkRapptz2021-07-012-0/+4
|
* Show Select.values more prominently in the documentationRapptz2021-07-011-0/+4
|
* Add type property to thread channelsAlex Liu2021-07-011-0/+4
|
* Add Select to list of types in Item's docstringjack11422021-07-011-0/+1
|
* Fix Interaction.channel being None in threadsNadir Chowdhury2021-07-013-7/+16
|
* [docs] Fix more referencesJosh2021-07-013-4/+4
| | | Co-Authored-By: Riley Shaw <[email protected]>
* [commands] Fix guild channel converters to work in DMsRapptz2021-07-011-7/+8
| | | | Fix #7147
* Add Select to the docsRapptz2021-06-301-0/+11
|
* Change timeout parameter in View.from_message to keyword onlyRapptz2021-06-301-1/+1
|
* Change NamedTuple in __init__.pyArnav Jindal2021-06-301-2/+7
|
* Add View.from_message to convert message components to a ViewRapptz2021-06-301-0/+31
|
* Add conversion routine for SelectMenu to ui.SelectRapptz2021-06-301-1/+5
|
* Fix potential None access in various StageChannel propertiesRapptz2021-06-301-3/+5
|
* Typehint Member and various typing fixesRapptz2021-06-307-112/+183
|
* Add explicit types to variables in Message typesRapptz2021-06-291-39/+47
|
* Check for None in VocalGuildChannel.voice_statesRapptz2021-06-291-1/+7
|
* Rework User.edit to have proper typingRapptz2021-06-292-13/+10
|
* Rework Role.edit to not rely on previous role stateRapptz2021-06-291-33/+31
|
* Rework Member.edit to not use kwargs for better typingRapptz2021-06-291-42/+18
|
* Use a property for StreamIntegration.expire_behavior aliasRapptz2021-06-291-1/+5
|
* Rework StreamIntegration.edit to not rely on stateRapptz2021-06-291-38/+25
|
* 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
|