aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix headers in partial webhook channel and guild objectsRapptz2021-04-071-2/+2
|
* Add source_channel and source_guild to WebhookZomatree2021-04-061-0/+15
|
* Add on_interaction event and Interaction class.Rapptz2021-04-061-0/+33
| | | | | This is the first pass at the functionality. It's currently a bit incomplete.
* Add discord.utils.utcnow() helper function to ease migrationRapptz2021-04-041-0/+2
|
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-3/+3
| | | | | Naive datetimes will now be interpreted as local time throughout the library.
* Remove some lingering userbot classes in the documentationRapptz2021-04-041-24/+0
|
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-041-12/+11
|
* Remove userbot functionalityRapptz2021-04-041-235/+0
| | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation.
* Add missing StoreChannel documentationRapptz2021-04-041-4/+13
|
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+15
|
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-1/+8
|
* Deprecate Client.logout apple502j2021-03-311-1/+1
|
* Add remove_markdown helper functionEdwin2021-03-281-0/+2
|
* Clarify docs to state that on_reaction_remove requires Intents.membersColin R2021-03-241-1/+6
|
* Add remaining v6 message typesNadir Chowdhury2021-02-231-0/+29
|
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-0/+16
|
* Fix backslashes showing up in the docsSebastian Law2021-02-211-1/+1
|
* Document BanEntryMaya2021-02-211-0/+16
|
* Document behavior of on_disconnectSebastian Law2021-02-201-4/+4
|
* Update docs to be clearer about discord limitationsMichael H2021-02-171-0/+8
|
* Clarify on_raw_message_edit cached message natureChristopherJHart2021-01-181-1/+4
|
* 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
|