| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include pending as a possible member_update trigger | Dan Hess | 2020-12-29 | 1 | -0/+1 |
| | | |||||
| * | docs: Change page to section in event reference | Stefano Pigozzi | 2020-12-29 | 1 | -1/+1 |
| | | |||||
| * | Add attributetable to WebhookMessage | Rapptz | 2020-12-19 | 1 | -0/+8 |
| | | |||||
| * | Add missing attributetable to new classes | Rapptz | 2020-12-18 | 1 | -0/+8 |
| | | |||||
| * | Add attributetable and add some class-level sections. | Rapptz | 2020-12-18 | 1 | -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. | Rapptz | 2020-12-11 | 1 | -0/+6 |
| | | | | | Fix #5905 | ||||
| * | Add support for editing and deleting webhook messages. | Rapptz | 2020-12-09 | 1 | -2/+5 |
| | | | | | Fix #6058 | ||||
| * | Add support for chunking AsyncIterator objects | Josh | 2020-12-03 | 1 | -0/+20 |
| | | |||||
| * | Added MessageReference.resolved attribute to get replied to message | Rapptz | 2020-11-27 | 1 | -0/+7 |
| | | |||||
| * | Allow MessageReference to be constructible by users | Rapptz | 2020-11-27 | 1 | -5/+6 |
| | | |||||
| * | Implement role tags. | Rapptz | 2020-11-26 | 1 | -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 support | Zomatree | 2020-11-23 | 1 | -1/+23 |
| | | |||||
| * | Fix typo in event reference | Eric Chan | 2020-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add intents to event reference | Xua | 2020-10-01 | 1 | -0/+76 |
| | | |||||
| * | Add a special exception for required privileged intents | Rapptz | 2020-09-23 | 1 | -0/+3 |
| | | |||||
| * | Allow finer grained control over the member cache. | Rapptz | 2020-09-23 | 1 | -0/+12 |
| | | |||||
| * | Implement VoiceProtocol lower level hooks. | Rapptz | 2020-09-23 | 1 | -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 object | Sebastian Law | 2020-09-23 | 1 | -0/+5 |
| | | |||||
| * | Add competing activity type | iDutchy | 2020-09-20 | 1 | -0/+5 |
| | | |||||
| * | Add a more concrete exception for 500 status codes. | Rapptz | 2020-09-09 | 1 | -1/+4 |
| | | | | | Fixes #5797 | ||||
| * | Added __eq__ to Message | Andres Torres | 2020-09-04 | 1 | -0/+9 |
| | | |||||
| * | Add South Korea VoiceRegion | Patrick | 2020-08-18 | 1 | -0/+3 |
| | | |||||
| * | Document on_error "special" behavior | Vexs | 2020-08-14 | 1 | -0/+8 |
| | | |||||
| * | Add an exposed way to extract shard-specific information. | Rapptz | 2020-07-25 | 1 | -4/+10 |
| | | | | | Closes #2654 | ||||
| * | Add shard related connection and resume events. | Rapptz | 2020-07-25 | 1 | -0/+30 |
| | | | | | | | | These include: * on_shard_resumed * on_shard_connect * on_shard_disconnect | ||||
| * | Fix typo in on_socket_raw_send documentation | AXVin | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | [docs] fix reference to `Guild` and document `utils.resolve_template` | NCPlayz | 2020-07-08 | 1 | -0/+2 |
| | | |||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -1/+30 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+6 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -47/+182 |
| | | |||||
| * | Add support for public user flags | JohnyTheCarrot | 2020-05-29 | 1 | -0/+6 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add new alias VerificationLevel.very_high | apple502j | 2020-04-09 | 1 | -0/+6 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -0/+6 |
| | | |||||
| * | on_invite_create requires Manage Channels | the-white-light | 2020-02-22 | 1 | -0/+2 |
| | | | | | Event on_invite_create (and presumably _delete) require Manage Channels permission. | ||||
| * | Add discord.ChannelType.category to documentation | Deniz | 2020-02-16 | 1 | -0/+3 |
| | | |||||
| * | Documentation fixes (#2531) | Harmon | 2020-01-24 | 1 | -7/+7 |
| | | | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation | ||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -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.3 | Rapptz | 2020-01-22 | 1 | -0/+1 |
| | | |||||
| * | Improve usability of utils.sleep_until | Josh B | 2020-01-21 | 1 | -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.rst | Rapptz | 2020-01-21 | 1 | -7/+6 |
| | | |||||
| * | Add support for clearing a specific reaction. | Rapptz | 2020-01-17 | 1 | -5/+35 |
| | | | | | Closes #2440 | ||||
| * | Add support for on_invite_create and on_invite_delete | Rapptz | 2020-01-17 | 1 | -0/+31 |
| | | |||||
| * | Document BaseActivity | Rapptz | 2020-01-14 | 1 | -0/+6 |
| | | |||||
| * | Add support for custom activities | Rapptz | 2020-01-14 | 1 | -0/+9 |
| | | | | | | | It's been long enough. Fixes #2400 | ||||
| * | Add `VoiceRegion.dubai` | NCPlayz | 2020-01-06 | 1 | -1/+4 |
| | | |||||
| * | Add Profile.system and Profile.team_user to query newer flags | Rapptz | 2019-12-21 | 1 | -3/+9 |
| | | |||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -0/+6 |
| | | | | | Refactor flags placement and use it for suppression. | ||||
| * | Implement `Webhook.type` | NCPlayz | 2019-11-26 | 1 | -0/+12 |
| | | |||||
| * | Add new audit log entry types. Fix issue with unknown entry types | Josh B | 2019-11-26 | 1 | -2/+87 |
| | | |||||