| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | [commands] Add GuildChannelConverter | sudosnok | 2021-05-07 | 2 | -0/+6 |
| | | |||||
| * | Explicitly ignore legacy file reference errors in sphinx -n mode | Josh | 2021-05-06 | 2 | -0/+30 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 7 | -11/+70 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Add changelog for v1.7.2 | Rapptz | 2021-05-02 | 1 | -0/+12 |
| | | |||||
| * | Add AuditLogChanges.rules_channel/public_updates_channel | Nadir Chowdhury | 2021-05-01 | 1 | -0/+24 |
| | | |||||
| * | Adjust quickstart to not show commands example | HyperGH | 2021-04-26 | 1 | -2/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix typo in FlagConverter docs | Alex Nørgaard | 2021-04-22 | 1 | -1/+1 |
| | | |||||
| * | Add target_user and target_type to Invite objects | sudosnok | 2021-04-21 | 1 | -0/+18 |
| | | |||||
| * | [commands] Some minor clean up of the flag converter documentation | Rapptz | 2021-04-19 | 1 | -8/+15 |
| | | | | | Fix #6761 | ||||
| * | Bump Python version in Quickstart documentation | Arnav Jindal | 2021-04-19 | 3 | -5/+4 |
| | | |||||
| * | [commands] Actually expose the FlagError base error | Rapptz | 2021-04-19 | 1 | -1/+5 |
| | | |||||
| * | [commands] Initial support for FlagConverter | Rapptz | 2021-04-19 | 5 | -0/+178 |
| | | | | | | The name is currently pending and there's no command.signature hook for it yet since this requires bikeshedding. | ||||
| * | [commands] Add run_converters helper to call converters | Rapptz | 2021-04-19 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Use f-strings for attributetable | Rapptz | 2021-04-17 | 1 | -4/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | [commands] Add a converter for discord.Object | Nadir Chowdhury | 2021-04-16 | 2 | -0/+6 |
| | | |||||
| * | [docs] Fix various unresolved references | Nadir Chowdhury | 2021-04-15 | 3 | -6/+9 |
| | | |||||
| * | 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 |
| | | |||||