| 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 |
| | | |||||
| * | Add Thread to the return type of Client.get_channel | Stocker | 2021-08-19 | 2 | -8/+8 |
| | | | | Also explains some type ignores. | ||||
| * | Fix missing or broken versionadded in docstrings | AkshuAgarwal | 2021-08-18 | 1 | -0/+2 |
| | | | | This also documents BadFlagArgument.flag | ||||
| * | Remove coverage note from the documentation and README | Rapptz | 2021-08-15 | 1 | -1/+0 |
| | | | | | | | | | | A lot of people seem to point out this line as a gotcha when certain features haven't been released yet. It's been more of a pain-point than a marketing win since people seem to be unaware of the way this project is developed. Fix #7401 | ||||
| * | 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. | ||||
| * | [docs] Fix typo | monoue | 2021-08-10 | 1 | -6/+6 |
| | | |||||
| * | [commands] Document / type-hint cooldown | Josh | 2021-08-10 | 1 | -0/+8 |
| | | |||||
| * | [commands] Document GuildNotFound | Aaron Hennessey | 2021-08-10 | 1 | -0/+1 |
| | | |||||
| * | [commands] Add GuildStickerConverter | z03h | 2021-08-10 | 1 | -0/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | [commands] Document dynamic_cooldown | Willy | 2021-07-30 | 1 | -0/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fixes minor grammatical error in Command.update | Stocker | 2021-07-28 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in commands documentation | AXVin | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in UserFlags.has_unread_urgent_messages | Sebastian Law | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | [commands] Document the thread converter | ToxicKidz | 2021-07-07 | 2 | -0/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix property CSS to be more inline with everything else | Rapptz | 2021-06-28 | 2 | -0/+8 |
| | | |||||
| * | Move documentation CSS after CSS block | Rapptz | 2021-06-28 | 1 | -3/+3 |
| | | |||||
| * | 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 | 2 | -4/+7 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Show decorator usage instead of signature in docs | Devon R | 2021-06-27 | 3 | -19/+110 |
| | | |||||
| * | Add changelog for v1.7.3 | Rapptz | 2021-06-12 | 1 | -0/+11 |
| | | |||||
| * | 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 |
| | | |||||