| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add type hint for suppress parameter | Rapptz | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Remove in-place edits and return fresh instances instead | Rapptz | 2021-08-23 | 15 | -82/+251 |
| | | | | | Fixes #4098 | ||||
| * | Fix typing of move role position payload parameter | Rapptz | 2021-08-23 | 1 | -1/+2 |
| | | |||||
| * | Fix typings for member HTTP methods | Rapptz | 2021-08-23 | 4 | -48/+91 |
| | | |||||
| * | Add type hints to AsyncWebhookAdapter methods | Rapptz | 2021-08-23 | 1 | -14/+18 |
| | | |||||
| * | Use getattr for default_auto_archive_duration in Message.create_thread | Rapptz | 2021-08-23 | 1 | -1/+2 |
| | | | | | | Some channel types do not have this attribute so a fallback is necessary to prevent the attribute access from erroring. | ||||
| * | Fix message.py typehints | Stocker | 2021-08-23 | 1 | -12/+19 |
| | | |||||
| * | Fix FFmpeg based audiosource input piping | Imayhaveborkedit | 2021-08-23 | 1 | -8/+34 |
| | | | | | | | | Due to an oversight that has existed since the very beginning, the pipe argument has been broken since there was nothing to actually write the data to the process's stdin. Now there is. Also josh made me add typings blegh | ||||
| * | Add missing type: ignore and missing typehint to channel.py | Stocker | 2021-08-23 | 1 | -1/+3 |
| | | |||||
| * | Make getters in Client positional only | MrKomodoDragon | 2021-08-23 | 1 | -4/+4 |
| | | |||||
| * | Fix type hints for decorators in utils | James Hilton-Balfe | 2021-08-23 | 1 | -5/+10 |
| | | |||||
| * | Add missing return type to utils.oauth_url | MrKomodoDragon | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fix type for content param in HTTPClient.send_message | Stocker | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Added type: ignores where needed to activity.py | Stocker | 2021-08-23 | 1 | -2/+4 |
| | | |||||
| * | Fix permissions.py typing | apple502j | 2021-08-23 | 1 | -1/+4 |
| | | |||||
| * | Fix user.py typings and reformat file | Rapptz | 2021-08-22 | 1 | -6/+16 |
| | | |||||
| * | Fix typing for private channel by user lookup | Rapptz | 2021-08-22 | 1 | -2/+2 |
| | | |||||
| * | Add missing typehint for PermissionOverwrite.pair | Rapptz | 2021-08-22 | 1 | -1/+1 |
| | | | | | Technically inferred but better to be explicit | ||||
| * | Fix Member.guild_avatar docstring | Rapptz | 2021-08-22 | 1 | -2/+2 |
| | | |||||
| * | [types] Add avatar to Member typings | Rapptz | 2021-08-22 | 1 | -1/+2 |
| | | |||||
| * | Fix Member._avatar not updating in member update events | Rapptz | 2021-08-22 | 1 | -1/+3 |
| | | |||||
| * | Add per-guild member avatar support | JustAnyone | 2021-08-22 | 3 | -0/+49 |
| | | | | Fix #7054 | ||||
| * | Typehint opus.py | apple502j | 2021-08-22 | 1 | -39/+58 |
| | | |||||
| * | Fix references in docs | Josh | 2021-08-22 | 2 | -3/+3 |
| | | |||||
| * | Typehint oggparse.py | apple502j | 2021-08-22 | 1 | -11/+22 |
| | | |||||
| * | Remove created_at from Snowflake Protocol | Josh | 2021-08-22 | 1 | -5/+0 |
| | | |||||
| * | Fix webhook typings and use PartialMessageable instead of Object | Rapptz | 2021-08-22 | 2 | -16/+24 |
| | | |||||
| * | Fix broken rename from pyright | Rapptz | 2021-08-22 | 1 | -6/+6 |
| | | |||||
| * | Make __main__ template strings private | Rapptz | 2021-08-22 | 1 | -10/+10 |
| | | |||||
| * | Add explicit type annotation to version_info and reformat | Rapptz | 2021-08-22 | 1 | -6/+8 |
| | | |||||
| * | Typehint async_context global variable | Rapptz | 2021-08-22 | 1 | -2/+2 |
| | | |||||
| * | Make json conversion functions private | Rapptz | 2021-08-22 | 5 | -17/+17 |
| | | |||||
| * | Make global log variable in modules private | Rapptz | 2021-08-22 | 11 | -147/+147 |
| | | |||||
| * | ResponseType type alias is private | Rapptz | 2021-08-22 | 1 | -4/+4 |
| | | |||||
| * | Add typing metadata | Riley Shaw | 2021-08-22 | 3 | -0/+2 |
| | | |||||
| * | Add type: ignore for StageInstance.channel | Stocker | 2021-08-21 | 1 | -1/+2 |
| | | |||||
| * | Reformat shard.py | Rapptz | 2021-08-21 | 1 | -10/+32 |
| | | |||||
| * | Reformat state.py | Rapptz | 2021-08-21 | 1 | -51/+86 |
| | | |||||
| * | Don't clear views in READY | Rapptz | 2021-08-21 | 1 | -3/+5 |
| | | |||||
| * | Typehint state.py | Stocker | 2021-08-21 | 3 | -179/+237 |
| | | |||||
| * | [commands] Make GroupMixin Generic | Josh | 2021-08-21 | 1 | -10/+21 |
| | | |||||
| * | Add missing typehints for Member properties | Arnav Jindal | 2021-08-21 | 1 | -0/+3 |
| | | |||||
| * | Fix on_typing not dispatching for threads | Rapptz | 2021-08-20 | 1 | -1/+1 |
| | | |||||
| * | [commands] De-indent after hook call | Rapptz | 2021-08-20 | 1 | -1/+1 |
| | | | | | Close #7412 | ||||
| * | Copy docs from Client.close() to Bot.close() | Willy | 2021-08-20 | 1 | -0/+1 |
| | | |||||
| * | Typehint shard.py | Stocker | 2021-08-20 | 1 | -63/+77 |
| | | |||||
| * | Re-define Member properties inferred from User to support type-checking | Josh | 2021-08-20 | 1 | -6/+8 |
| | | |||||
| * | Typehint context_managers.py | Stocker | 2021-08-20 | 1 | -10/+28 |
| | | |||||
| * | Add a few typehints to opus.py | Stocker | 2021-08-19 | 1 | -4/+18 |
| | | |||||
| * | Fix missing typehint that causes an error for a type checker | Stocker | 2021-08-19 | 1 | -1/+2 |
| | | |||||