aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix description of Data Classes section in api.rstjack11422021-08-271-1/+1
|
* Fix a typo in member_role_updatenumbermaniac2021-08-271-1/+1
|
* Change on_socket_raw_receive to dispatch right before JSON conversionRapptz2021-08-251-6/+4
|
* Exclude private functions from VoiceClientRapptz2021-08-241-0/+1
|
* Allow enums to be comparedSebastian Law2021-08-241-0/+48
|
* Add Thread to the return type of Client.get_channelStocker2021-08-192-8/+8
| | | Also explains some type ignores.
* Fix missing or broken versionadded in docstringsAkshuAgarwal2021-08-181-0/+2
| | | This also documents BadFlagArgument.flag
* Remove coverage note from the documentation and READMERapptz2021-08-151-1/+0
| | | | | | | | | A lot of people seem to point out this line as a gotcha when certain features haven't been released yet. It's been more of a pain-point than a marketing win since people seem to be unaware of the way this project is developed. Fix #7401
* Add support for PartialMessageable instancesRapptz2021-08-101-0/+9
| | | | | This allows library users to send messages to channels without fetching it first.
* [docs] Fix typomonoue2021-08-101-6/+6
|
* [commands] Document / type-hint cooldownJosh2021-08-101-0/+8
|
* [commands] Document GuildNotFoundAaron Hennessey2021-08-101-0/+1
|
* [commands] Add GuildStickerConverterz03h2021-08-101-0/+7
|
* Add enable_debug_events parameter to enable expensive debug eventsRapptz2021-07-311-0/+4
| | | | This should allow less dispatching during heavy gateway event streams.
* Add on_socket_event_type eventRapptz2021-07-311-0/+12
|
* Fix docs for stickers LightSage2021-07-311-1/+1
|
* [commands] Document dynamic_cooldownWilly2021-07-301-0/+3
|
* implement guild stickersNadir Chowdhury2021-07-301-9/+153
|
* Add audit log events for threadsNadir Chowdhury2021-07-281-4/+82
|
* Fixes minor grammatical error in Command.update Stocker2021-07-281-1/+1
|
* Fix typo in commands documentationAXVin2021-07-211-1/+1
|
* Fix typo in UserFlags.has_unread_urgent_messagesSebastian Law2021-07-211-1/+1
|
* [commands] Document the thread converterToxicKidz2021-07-072-0/+10
|
* Separate member_update and presence_update eventsRapptz2021-07-041-2/+18
|
* Document on_thread_join also applying to thread creationRapptz2021-07-041-1/+2
|
* Add a warning in on_interactionRapptz2021-07-041-1/+7
|
* Add support for fetching the original interaction response messageRapptz2021-07-031-0/+8
|
* Raise an exception if an interaction has been responded beforeRapptz2021-07-031-0/+3
| | | | Fix #7153
* Fix versionadded on ChannelType.private_threadAlex Nørgaard2021-07-021-1/+1
|
* Add ButtonStyle.url alias for ButtonStyle.linkRapptz2021-07-011-0/+3
|
* Add Select to the docsRapptz2021-06-301-0/+11
|
* 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 discord.utils.format_dt helper functionRapptz2021-06-281-0/+2
|
* Add ButtonStyle.gray aliasNadir Chowdhury2021-06-281-0/+3
|
* [docs] Update Sphinx and Fix various referencesJosh2021-06-272-4/+7
| | | Co-Authored-By: Riley Shaw <[email protected]>
* Show decorator usage instead of signature in docsDevon R2021-06-273-19/+110
|
* Add changelog for v1.7.3Rapptz2021-06-121-0/+11
|
* Add audit log entries for stage instancesNadir Chowdhury2021-06-091-3/+45
|
* Allow pins events to work with threadsRapptz2021-06-081-1/+1
|
* Parse remaining thread events.Rapptz2021-06-081-3/+47
|
* Update thread typings and payloads to match documentationRapptz2021-06-081-7/+16
|
* First pass at preliminary thread supportRapptz2021-06-081-1/+75
| | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints.
* Add Guild.nsfw_level Nadir Chowdhury2021-06-071-0/+22
|
* Add support for integration create/update/delete eventsNadir Chowdhury2021-06-071-2/+43
|
* Update documentation for on_voice_state_updatexPolar2021-06-021-2/+2
| | | The event also gets triggered by stage channels.
* Implement StageInstanceNadir Chowdhury2021-05-301-0/+52
|
* Add WebhookType.applicationRapptz2021-05-301-0/+6
|
* Add support for bot integrationsMaya2021-05-291-0/+9
|
* Add invite targets for voice channel invitesZomatree2021-05-291-3/+12
|