| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Discord Certified Moderator user flag | Stanisław Jelnicki | 2021-05-23 | 1 | -0/+3 |
| | | |||||
| * | [docs] typo fix | Nadir Chowdhury | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix for doc reference to python "raise" statement | ChasL | 2021-05-15 | 1 | -1/+1 |
| | | | | | | | | | :ref:`py:raise` -> :ref:`raise statement <py:raise>` Before fix the text reads: "...define an on_error handler consisting of a single empty The raise statement." After fix it should read: "...define an on_error handler consisting of a single empty raise statement." | ||||
| * | Document Invite.inviter as optional | Stanisław Jelnicki | 2021-05-12 | 1 | -3/+3 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -4/+59 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Add AuditLogChanges.rules_channel/public_updates_channel | Nadir Chowdhury | 2021-05-01 | 1 | -0/+24 |
| | | |||||
| * | Add as_chunks helper function | Josh | 2021-04-25 | 1 | -0/+2 |
| | | |||||
| * | Use Asset for AuditLogChanges and add more entries | Nadir Chowdhury | 2021-04-25 | 1 | -7/+23 |
| | | |||||
| * | Remove HypesquadHouse enum from docs | Josh | 2021-04-25 | 1 | -14/+0 |
| | | |||||
| * | Add target_user and target_type to Invite objects | sudosnok | 2021-04-21 | 1 | -0/+18 |
| | | |||||
| * | Add `MessageType.guild_invite_reminder` | Nadir Chowdhury | 2021-04-18 | 1 | -0/+5 |
| | | |||||
| * | Add support for ApplicationFlags | Nadir Chowdhury | 2021-04-18 | 1 | -0/+8 |
| | | |||||
| * | [docs] document inherited members on `Asset` | Nadir Chowdhury | 2021-04-17 | 1 | -0/+1 |
| | | |||||
| * | Add inherited members to (Partial)Emoji docs | Rapptz | 2021-04-17 | 1 | -0/+2 |
| | | |||||
| * | Add VoiceChannel.video_quality_mode | z03h | 2021-04-17 | 1 | -0/+33 |
| | | |||||
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | This unfortunately required splitting the types into two. This led to a lot of unfortunate code duplication that I didn't really enjoy writing. The new design allows users to pass an authentication token to make webhook requests without the webhook token and allows to finally edit the webhook channel. The new design also uses a contextvar to store rate limiting information so multiple instances or recreating instances no longer clears the ratelimiting state since it's now essentially a "global" object. Closes #6525, closes #6662, closes #2509, closes #1761 | ||||
| * | Remove `private_channel_(delete/create)` events | Nadir Chowdhury | 2021-04-11 | 1 | -10/+0 |
| | | |||||
| * | add reply and application_command types | NCPlayz | 2021-04-11 | 1 | -0/+10 |
| | | |||||
| * | Add missing attribute tables | jack1142 | 2021-04-10 | 1 | -0/+18 |
| | | |||||
| * | Fix headers in partial webhook channel and guild objects | Rapptz | 2021-04-07 | 1 | -2/+2 |
| | | |||||
| * | Add source_channel and source_guild to Webhook | Zomatree | 2021-04-06 | 1 | -0/+15 |
| | | |||||
| * | Add on_interaction event and Interaction class. | Rapptz | 2021-04-06 | 1 | -0/+33 |
| | | | | | | This is the first pass at the functionality. It's currently a bit incomplete. | ||||
| * | Add discord.utils.utcnow() helper function to ease migration | Rapptz | 2021-04-04 | 1 | -0/+2 |
| | | |||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -3/+3 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Remove some lingering userbot classes in the documentation | Rapptz | 2021-04-04 | 1 | -24/+0 |
| | | |||||
| * | Use typing.Protocol instead of abc.ABCMeta | James | 2021-04-04 | 1 | -12/+11 |
| | | |||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -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 documentation | Rapptz | 2021-04-04 | 1 | -4/+13 |
| | | |||||
| * | Implement StageChannel and related methods | Nadir Chowdhury | 2021-04-03 | 1 | -0/+15 |
| | | |||||
| * | [docs] Fix fetch_members/guilds documentation | Nadir Chowdhury | 2021-03-31 | 1 | -1/+8 |
| | | |||||
| * | Deprecate Client.logout | apple502j | 2021-03-31 | 1 | -1/+1 |
| | | |||||
| * | Add remove_markdown helper function | Edwin | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | Clarify docs to state that on_reaction_remove requires Intents.members | Colin R | 2021-03-24 | 1 | -1/+6 |
| | | |||||
| * | Add remaining v6 message types | Nadir Chowdhury | 2021-02-23 | 1 | -0/+29 |
| | | |||||
| * | Deprecate non-bot methods | Nadir Chowdhury | 2021-02-23 | 1 | -0/+16 |
| | | |||||
| * | Fix backslashes showing up in the docs | Sebastian Law | 2021-02-21 | 1 | -1/+1 |
| | | |||||
| * | Document BanEntry | Maya | 2021-02-21 | 1 | -0/+16 |
| | | |||||
| * | Document behavior of on_disconnect | Sebastian Law | 2021-02-20 | 1 | -4/+4 |
| | | |||||
| * | Update docs to be clearer about discord limitations | Michael H | 2021-02-17 | 1 | -0/+8 |
| | | |||||
| * | Clarify on_raw_message_edit cached message nature | ChristopherJHart | 2021-01-18 | 1 | -1/+4 |
| | | |||||
| * | 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 |
| | | |||||