aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix AttributeError in is_nsfw() methodsRapptz2021-06-081-3/+3
|
* update types subpackage with latest docs Nadir Chowdhury2021-06-078-46/+215
|
* Add Guild.nsfw_level Nadir Chowdhury2021-06-074-7/+36
|
* Add Embed.remove_footerArnav Jindal2021-06-071-0/+15
|
* Add support for integration create/update/delete eventsNadir Chowdhury2021-06-074-2/+103
|
* Add the Guild.delete_custom_emoji methodTheLeadingLlama2021-06-071-0/+25
|
* Return message content for replies in Message.system_contentLilly Rose Berner2021-06-061-3/+6
|
* Add pre-conditions to avoid on_timeout being called after stop()Rapptz2021-06-061-2/+4
| | | | | Apparently the cancellation request for a TimerHandle doesn't necessarily have to be honoured despite large periods of time passing
* Add View.on_error callback for swallowed exceptionsRapptz2021-06-051-10/+31
|
* Fix DM channel permissions not having read_messagesRapptz2021-06-051-0/+2
|
* Add View.is_dispatching to detect whether a view has been addedRapptz2021-06-041-0/+5
|
* Fix some typos in custom_context exampleAman Kumar2021-06-022-7/+7
| | | Also adds PyNaCl PyPI link in README
* Fix NameError in missing _EmojiTag importRapptz2021-06-021-1/+1
|
* Allow passing Emoji in componentsRapptz2021-06-025-21/+43
|
* Properly type hint attributes in EmojiRapptz2021-06-021-10/+10
|
* Update documentation for on_voice_state_updatexPolar2021-06-021-2/+2
| | | The event also gets triggered by stage channels.
* Add support for editing guild widgetsMhmCats2021-06-022-0/+35
|
* Typehint audit_logs.pyJames2021-06-021-74/+123
|
* [commands] Unwrap functions to get their module and globalnsRapptz2021-06-011-4/+22
| | | | Fixes #7002
* Add Client.persistent_views to get all persistent viewsRapptz2021-05-313-2/+20
|
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-315-0/+26
|
* Don't mark URL buttons as dispatchableRapptz2021-05-311-1/+1
|
* Mention that rows are explicitly 0 indexed.Rapptz2021-05-312-4/+4
|
* Add interaction enums to __all__Rapptz2021-05-311-0/+2
|
* Remove view syncing before editing in viewsRapptz2021-05-315-6/+19
| | | | | This prevents a potential race condition when a MESSAGE_UPDATE is received syncing and refreshing the view components causing a desync.
* Check for view finished state before resuming listening on editRapptz2021-05-313-4/+4
|
* Add support for editing in views in PartialMessageRapptz2021-05-311-1/+20
|
* Add View.is_finished() to query listening stateRapptz2021-05-311-0/+4
|
* Sync views in InteractionResponse.edit_messageRapptz2021-05-311-0/+6
|
* Implement StageInstanceNadir Chowdhury2021-05-3010-15/+502
|
* Fix potential KeyError when removing viewsRapptz2021-05-301-1/+1
|
* Add support for interaction followupsRapptz2021-05-301-1/+12
|
* Add support for sending and editing views in WebhookRapptz2021-05-301-5/+55
|
* Add __repr__ for ViewRapptz2021-05-301-0/+3
|
* Allow Webhook.send to send ephemeral messagesRapptz2021-05-301-2/+21
| | | | This is only available for application webhooks
* Add WebhookType.applicationRapptz2021-05-303-1/+8
|
* Allow sending View with Interaction.response.send_messageRapptz2021-05-301-0/+15
| | | | This also allows for ephemeral views and listening to said views
* Allow assigning Select.options to refresh the select menuRapptz2021-05-301-0/+9
|
* Fix Message.edit typings to take View parametersRapptz2021-05-301-0/+2
|
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-294-45/+120
| | | | This also renames `group` into `row`
* Fix Messageable.send overload to take view parametersRapptz2021-05-291-0/+3
|
* Check future state before setting result in ViewRapptz2021-05-291-2/+5
|
* Refactor and type hint invitesRapptz2021-05-295-78/+144
|
* Typehint AllowedMentionsRapptz2021-05-291-8/+24
|
* Typehint mixinsRapptz2021-05-291-3/+9
|
* Fix type errors with required keys in the integration typesRapptz2021-05-293-22/+33
|
* Fix some type errors in StreamIntegration.editRapptz2021-05-291-5/+7
|
* Make StreamIntegration.role a property rather than a strong referenceRapptz2021-05-291-7/+8
|
* Allow registering a View for persistent long term dispatchingRapptz2021-05-291-0/+27
|
* Add support for bot integrationsMaya2021-05-293-51/+185
|