| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix description of Data Classes section in api.rst | jack1142 | 2021-08-27 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo in member_role_update | numbermaniac | 2021-08-27 | 1 | -1/+1 |
| | | |||||
| * | Change on_socket_raw_receive to dispatch right before JSON conversion | Rapptz | 2021-08-25 | 1 | -6/+4 |
| | | |||||
| * | Exclude private functions from VoiceClient | Rapptz | 2021-08-24 | 1 | -0/+1 |
| | | |||||
| * | Allow enums to be compared | Sebastian Law | 2021-08-24 | 1 | -0/+48 |
| | | |||||
| * | Fix missing or broken versionadded in docstrings | AkshuAgarwal | 2021-08-18 | 1 | -0/+2 |
| | | | | This also documents BadFlagArgument.flag | ||||
| * | Add support for PartialMessageable instances | Rapptz | 2021-08-10 | 1 | -0/+9 |
| | | | | | | This allows library users to send messages to channels without fetching it first. | ||||
| * | Add enable_debug_events parameter to enable expensive debug events | Rapptz | 2021-07-31 | 1 | -0/+4 |
| | | | | | This should allow less dispatching during heavy gateway event streams. | ||||
| * | Add on_socket_event_type event | Rapptz | 2021-07-31 | 1 | -0/+12 |
| | | |||||
| * | Fix docs for stickers | LightSage | 2021-07-31 | 1 | -1/+1 |
| | | |||||
| * | implement guild stickers | Nadir Chowdhury | 2021-07-30 | 1 | -9/+153 |
| | | |||||
| * | Add audit log events for threads | Nadir Chowdhury | 2021-07-28 | 1 | -4/+82 |
| | | |||||
| * | Fix typo in UserFlags.has_unread_urgent_messages | Sebastian Law | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Separate member_update and presence_update events | Rapptz | 2021-07-04 | 1 | -2/+18 |
| | | |||||
| * | Document on_thread_join also applying to thread creation | Rapptz | 2021-07-04 | 1 | -1/+2 |
| | | |||||
| * | Add a warning in on_interaction | Rapptz | 2021-07-04 | 1 | -1/+7 |
| | | |||||
| * | Add support for fetching the original interaction response message | Rapptz | 2021-07-03 | 1 | -0/+8 |
| | | |||||
| * | Raise an exception if an interaction has been responded before | Rapptz | 2021-07-03 | 1 | -0/+3 |
| | | | | | Fix #7153 | ||||
| * | Fix versionadded on ChannelType.private_thread | Alex Nørgaard | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | Add ButtonStyle.url alias for ButtonStyle.link | Rapptz | 2021-07-01 | 1 | -0/+3 |
| | | |||||
| * | Add Select to the docs | Rapptz | 2021-06-30 | 1 | -0/+11 |
| | | |||||
| * | Add discord.utils.format_dt helper function | Rapptz | 2021-06-28 | 1 | -0/+2 |
| | | |||||
| * | Add ButtonStyle.gray alias | Nadir Chowdhury | 2021-06-28 | 1 | -0/+3 |
| | | |||||
| * | [docs] Update Sphinx and Fix various references | Josh | 2021-06-27 | 1 | -1/+1 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Show decorator usage instead of signature in docs | Devon R | 2021-06-27 | 1 | -1/+4 |
| | | |||||
| * | Add audit log entries for stage instances | Nadir Chowdhury | 2021-06-09 | 1 | -3/+45 |
| | | |||||
| * | Allow pins events to work with threads | Rapptz | 2021-06-08 | 1 | -1/+1 |
| | | |||||
| * | Parse remaining thread events. | Rapptz | 2021-06-08 | 1 | -3/+47 |
| | | |||||
| * | Update thread typings and payloads to match documentation | Rapptz | 2021-06-08 | 1 | -7/+16 |
| | | |||||
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -1/+75 |
| | | | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | ||||
| * | Add Guild.nsfw_level | Nadir Chowdhury | 2021-06-07 | 1 | -0/+22 |
| | | |||||
| * | Add support for integration create/update/delete events | Nadir Chowdhury | 2021-06-07 | 1 | -2/+43 |
| | | |||||
| * | Update documentation for on_voice_state_update | xPolar | 2021-06-02 | 1 | -2/+2 |
| | | | | The event also gets triggered by stage channels. | ||||
| * | Implement StageInstance | Nadir Chowdhury | 2021-05-30 | 1 | -0/+52 |
| | | |||||
| * | Add WebhookType.application | Rapptz | 2021-05-30 | 1 | -0/+6 |
| | | |||||
| * | Add support for bot integrations | Maya | 2021-05-29 | 1 | -0/+9 |
| | | |||||
| * | Add invite targets for voice channel invites | Zomatree | 2021-05-29 | 1 | -3/+12 |
| | | |||||
| * | Add support for reading SelectMenu components from messages | Rapptz | 2021-05-28 | 1 | -0/+21 |
| | | |||||
| * | Move ActionRow to its own separate type split from Component | Rapptz | 2021-05-28 | 1 | -0/+8 |
| | | |||||
| * | Fix extraneous colons in the documentation for ButtonStyle | MrKomodoDragon | 2021-05-27 | 1 | -5/+5 |
| | | |||||
| * | Add support for setting interaction responses | Rapptz | 2021-05-27 | 1 | -2/+23 |
| | | |||||
| * | Add aliases for button style colours | Rapptz | 2021-05-27 | 1 | -0/+13 |
| | | |||||
| * | Rename enums to use official API naming | Rapptz | 2021-05-27 | 1 | -14/+15 |
| | | |||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -1/+110 |
| | | |||||
| * | Remove VerificationLevel aliases | Stanisław Jelnicki | 2021-05-25 | 1 | -14/+1 |
| | | |||||
| * | 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]> | ||||