aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Include pending as a possible member_update triggerDan Hess2020-12-291-0/+1
|
* docs: Change page to section in event referenceStefano Pigozzi2020-12-291-1/+1
|
* Add attributetable to WebhookMessageRapptz2020-12-191-0/+8
|
* Add missing attributetable to new classesRapptz2020-12-181-0/+8
|
* Add attributetable and add some class-level sections.Rapptz2020-12-181-3/+206
| | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
* Add PartialMessage to allow working with channel/message_id pairs.Rapptz2020-12-111-0/+6
| | | | Fix #5905
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-2/+5
| | | | Fix #6058
* Add support for chunking AsyncIterator objectsJosh2020-12-031-0/+20
|
* Added MessageReference.resolved attribute to get replied to messageRapptz2020-11-271-0/+7
|
* Allow MessageReference to be constructible by usersRapptz2020-11-271-5/+6
|
* Implement role tags.Rapptz2020-11-261-0/+6
| | | | | | | | | | | This comes with: * The RoleTags class * Role.is_premium_subscriber() * Role.is_bot_managed() * Role.is_integration() * Guild.self_role * Guild.premium_subscriber_role
* Add sticker supportZomatree2020-11-231-1/+23
|
* Fix typo in event referenceEric Chan2020-10-161-1/+1
|
* Add intents to event referenceXua2020-10-011-0/+76
|
* Add a special exception for required privileged intentsRapptz2020-09-231-0/+3
|
* Allow finer grained control over the member cache.Rapptz2020-09-231-0/+12
|
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-0/+3
| | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks.
* Add support for message_reference on Message objectSebastian Law2020-09-231-0/+5
|
* Add competing activity typeiDutchy2020-09-201-0/+5
|
* Add a more concrete exception for 500 status codes.Rapptz2020-09-091-1/+4
| | | | Fixes #5797
* Added __eq__ to MessageAndres Torres2020-09-041-0/+9
|
* Add South Korea VoiceRegionPatrick2020-08-181-0/+3
|
* Document on_error "special" behaviorVexs2020-08-141-0/+8
|
* Add an exposed way to extract shard-specific information.Rapptz2020-07-251-4/+10
| | | | Closes #2654
* Add shard related connection and resume events.Rapptz2020-07-251-0/+30
| | | | | | | These include: * on_shard_resumed * on_shard_connect * on_shard_disconnect
* Fix typo in on_socket_raw_send documentationAXVin2020-07-221-1/+1
|
* [docs] fix reference to `Guild` and document `utils.resolve_template`NCPlayz2020-07-081-0/+2
|
* Add support for integrationsNadir Chowdhury2020-06-281-1/+30
|
* Add support for Discord templatesNadir Chowdhury2020-06-281-0/+6
|
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-47/+182
|
* Add support for public user flagsJohnyTheCarrot2020-05-291-0/+6
|
* Prepare for the discord.com domain renameRapptz2020-05-231-1/+1
|
* Add new alias VerificationLevel.very_highapple502j2020-04-091-0/+6
|
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-0/+6
|
* on_invite_create requires Manage Channelsthe-white-light2020-02-221-0/+2
| | | | Event on_invite_create (and presumably _delete) require Manage Channels permission.
* Add discord.ChannelType.category to documentationDeniz2020-02-161-0/+3
|
* Documentation fixes (#2531)Harmon2020-01-241-7/+7
| | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-6/+37
| | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog
* Add changelog for v1.3Rapptz2020-01-221-0/+1
|
* Improve usability of utils.sleep_untilJosh B2020-01-211-0/+1
| | | | | | | | | Fix issue where sleeping for an extended period on python 3.5 would cause an exception Add sleep_until to API docs Add result argument to sleep_until
* Drop final 0 in versionadded numbers in api.rstRapptz2020-01-211-7/+6
|
* Add support for clearing a specific reaction.Rapptz2020-01-171-5/+35
| | | | Closes #2440
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-171-0/+31
|
* Document BaseActivityRapptz2020-01-141-0/+6
|
* Add support for custom activitiesRapptz2020-01-141-0/+9
| | | | | | It's been long enough. Fixes #2400
* Add `VoiceRegion.dubai`NCPlayz2020-01-061-1/+4
|
* Add Profile.system and Profile.team_user to query newer flagsRapptz2019-12-211-3/+9
|
* Implement discord.MessageFlagsNCPlayz2019-12-201-0/+6
| | | | Refactor flags placement and use it for suppression.
* Implement `Webhook.type`NCPlayz2019-11-261-0/+12
|
* Add new audit log entry types. Fix issue with unknown entry typesJosh B2019-11-261-2/+87
|