| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make Asset.replace only accept keyword arguments | Rapptz | 2021-06-28 | 1 | -0/+1 |
| | | |||||
| * | Remove extraneous __slots__ assignments | Rapptz | 2021-06-28 | 4 | -5/+5 |
| | | |||||
| * | Set Message.guild from guild_id if unavailable through Message.channel | Lilly Rose Berner | 2021-06-28 | 2 | -13/+11 |
| | | |||||
| * | Dispatch thread_join when a thread is updated but not in cache | Rapptz | 2021-06-28 | 1 | -0/+4 |
| | | |||||
| * | 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 versionadded for format_dt | Rapptz | 2021-06-28 | 1 | -0/+2 |
| | | |||||
| * | Update documentation in voice_client.py | scrazzz | 2021-06-28 | 1 | -1/+1 |
| | | |||||
| * | Add discord.utils.format_dt helper function | Rapptz | 2021-06-28 | 2 | -0/+48 |
| | | |||||
| * | Fix Guild.vanity_invite causing an error when guild has it unset | Rapptz | 2021-06-28 | 1 | -3/+7 |
| | | | | | FIx #7103 | ||||
| * | Type-hint voice_client / player | Josh | 2021-06-28 | 3 | -130/+227 |
| | | |||||
| * | Typehint Activity | Rapptz | 2021-06-28 | 1 | -99/+99 |
| | | |||||
| * | Fix Activity and Spotify datetime being timezone naive | Rapptz | 2021-06-28 | 1 | -4/+4 |
| | | |||||
| * | Rework Message.edit implementation | Rapptz | 2021-06-28 | 1 | -64/+46 |
| | | |||||
| * | Fix incorrect typehints in Guild.create_role | RobotHanzo | 2021-06-28 | 1 | -3/+3 |
| | | |||||
| * | [commands] Rename missing_perms to missing_permissions | Izhar Ahmad | 2021-06-28 | 1 | -8/+8 |
| | | |||||
| * | Add ButtonStyle.gray alias | Nadir Chowdhury | 2021-06-28 | 2 | -0/+4 |
| | | |||||
| * | Fix Category.create_x_channel raising without overwrites | Lilly Rose Berner | 2021-06-28 | 1 | -6/+6 |
| | | |||||
| * | Localize Embed.timestamp during assignment | thegamecracks | 2021-06-28 | 1 | -3/+5 |
| | | |||||
| * | Make on_ready examples consistent | pikaninja | 2021-06-27 | 2 | -6/+2 |
| | | |||||
| * | Add support for sending multiple embeds | Aomi Vel | 2021-06-27 | 3 | -18/+67 |
| | | |||||
| * | Add discord.Spotify.track_url | quiprr | 2021-06-27 | 1 | -0/+8 |
| | | |||||
| * | Handle role_id possibly being None for StreamIntegration | Harmon | 2021-06-27 | 2 | -2/+2 |
| | | |||||
| * | [docs] Update Sphinx and Fix various references | Josh | 2021-06-27 | 10 | -21/+24 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | remove repeat 'to' in Task.restart doc | NiumXp | 2021-06-27 | 1 | -1/+1 |
| | | |||||
| * | Add "new in version" missing in webhook documentation | Rafael | 2021-06-27 | 1 | -2/+37 |
| | | |||||
| * | Show decorator usage instead of signature in docs | Devon R | 2021-06-27 | 3 | -19/+110 |
| | | |||||
| * | Fix Member.ban typing to include 0-day message deletes | Steve C | 2021-06-27 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add attr and parameter "argument" to BadInviteArgument | thetimtoy | 2021-06-27 | 2 | -3/+4 |
| | | |||||
| * | Add disable_guild_select to utils.oauth_url() | Soheab | 2021-06-27 | 1 | -13/+21 |
| | | |||||
| * | Add changelog for v1.7.3 | Rapptz | 2021-06-12 | 1 | -0/+11 |
| | | |||||
| * | Fix crash involving stickers | Rapptz | 2021-06-12 | 1 | -1/+1 |
| | | |||||
| * | [commands] Change EmojiConverter to use Client.get_emoji | Rapptz | 2021-06-12 | 1 | -5/+1 |
| | | |||||
| * | Lazily create Button custom_ids in decorator interface | Rapptz | 2021-06-12 | 1 | -2/+0 |
| | | | | | | The previous code would make two separate instances share the custom_id which might have been undesirable behaviour | ||||
| * | Fix guild documentation not showing up for some methods | Rapptz | 2021-06-11 | 1 | -3/+3 |
| | | |||||
| * | Fix typing of IntegrationAccount class | Josh | 2021-06-11 | 1 | -3/+3 |
| | | |||||
| * | Make View timeout parameter keyword-only | Rapptz | 2021-06-10 | 1 | -1/+1 |
| | | |||||
| * | Make parameters passed to Reaction.user keyword-only | Rapptz | 2021-06-10 | 1 | -1/+1 |
| | | |||||
| * | Typehint Reaction | Rapptz | 2021-06-10 | 1 | -16/+27 |
| | | |||||
| * | Rename Reaction.custom_emoji to Reaction.is_custom_emoji | Rapptz | 2021-06-10 | 1 | -3/+2 |
| | | | | | | This legacy attribute was apparently never changed to be consistent with the rest of the library | ||||
| * | Type-Hint appinfo/team | Josh | 2021-06-10 | 3 | -47/+53 |
| | | |||||
| * | Fix some webhook related type checker errors | Rapptz | 2021-06-10 | 3 | -5/+7 |
| | | |||||
| * | Don't use class attribute syntax for Guild typings | Rapptz | 2021-06-10 | 1 | -83/+40 |
| | | |||||
| * | Type-Hint http.py | Josh | 2021-06-10 | 10 | -252/+617 |
| | | |||||
| * | Close ClientSession after closing websocket connections | Rapptz | 2021-06-10 | 1 | -1/+1 |
| | | |||||
| * | None check in InteractionResponse.edit_message | Devon R | 2021-06-10 | 1 | -1/+1 |
| | | |||||
| * | Add category_id shortcut to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+20 |
| | | |||||
| * | Add __str__ method to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+3 |
| | | |||||
| * | Add audit log entries for stage instances | Nadir Chowdhury | 2021-06-09 | 3 | -77/+123 |
| | | |||||
| * | Refactor Guild to support type hints | Rapptz | 2021-06-08 | 3 | -387/+551 |
| | | | | | | | | | | | | | This patch also does the following: * Sets some parameters to be positional only * Changes Guild.edit to use the MISSING sentinel * Changes the various create_channel methods to be type safe * Changes many parameters from Optional[T] to use MISSING * Changes Guild.create_role to use MISSING sentinel This refactor is mostly partial but lays a decent foundation | ||||