| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Colour.fuchsia and Colour.yellow | Arnav Jindal | 2021-05-15 | 1 | -0/+17 |
| | | |||||
| * | 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 | 2 | -4/+4 |
| | | |||||
| * | Fix issues with imports causing NameErrors | Josh | 2021-05-12 | 3 | -5/+10 |
| | | |||||
| * | Add Template.url | Sebastian Law | 2021-05-12 | 1 | -0/+8 |
| | | |||||
| * | [tasks] Type hint the tasks extension | Josh | 2021-05-12 | 1 | -65/+126 |
| | | |||||
| * | [tasks] fix regular task loops | Sebastian Law | 2021-05-10 | 1 | -1/+2 |
| | | |||||
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 14 | -72/+453 |
| | | |||||
| * | [tasks] Add support for explicit time parameter | Sebastian Law | 2021-05-09 | 2 | -32/+215 |
| | | |||||
| * | Typehint Widget | Josh | 2021-05-09 | 3 | -40/+131 |
| | | |||||
| * | [commands] Fix a minor grammar error in MaxConcurrencyReached | Jay3332 | 2021-05-07 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add GuildChannelConverter | sudosnok | 2021-05-07 | 3 | -11/+38 |
| | | |||||
| * | Explicitly ignore legacy file reference errors in sphinx -n mode | Josh | 2021-05-06 | 2 | -0/+30 |
| | | |||||
| * | Simplify SnowflakeList type hints | Rapptz | 2021-05-06 | 1 | -10/+2 |
| | | |||||
| * | Typehint File | Rapptz | 2021-05-06 | 1 | -7/+20 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 24 | -52/+106 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Typehint emoji classes | Rapptz | 2021-05-05 | 4 | -56/+89 |
| | | |||||
| * | Fix SnowflakeList typings | Rapptz | 2021-05-05 | 1 | -1/+16 |
| | | |||||
| * | Fix typings in message.py | Rapptz | 2021-05-05 | 1 | -5/+5 |
| | | |||||
| * | Add Guild.fetch_channel | Rapptz | 2021-05-05 | 1 | -0/+45 |
| | | |||||
| * | Add Permissions.manage_events | Rapptz | 2021-05-05 | 1 | -0/+8 |
| | | |||||
| * | Type hint GuildChannel and don't make it a Protocol | Rapptz | 2021-05-05 | 2 | -32/+153 |
| | | | | | This reverts GuildChannel back into a base class mixin. | ||||
| * | Type-hint object.py | Josh | 2021-05-05 | 1 | -3/+15 |
| | | |||||
| * | Type hint colour.py | Josh | 2021-05-05 | 1 | -39/+51 |
| | | |||||
| * | Make GuildChannel inherit Snowflake | Josh | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Add discovery_splash and community field to Guild.edit | Nadir Chowdhury | 2021-05-05 | 2 | -6/+76 |
| | | |||||
| * | Fix AuditLogEntry.target being incorrect for bulk message delete | Rapptz | 2021-05-04 | 1 | -0/+2 |
| | | | | | Fixes #6851 | ||||
| * | [docs] remove mentions of bot only usability | Sebastian Law | 2021-05-04 | 3 | -12/+6 |
| | | |||||
| * | Add get_user to the things intents.members affects | pikaninja | 2021-05-03 | 1 | -0/+1 |
| | | |||||
| * | Replace uses of Ellipsis as sentinels with utils.MISSING | Josh | 2021-05-03 | 4 | -11/+15 |
| | | |||||
| * | Add changelog for v1.7.2 | Rapptz | 2021-05-02 | 1 | -0/+12 |
| | | |||||
| * | Clarify Webhook.send return value documentation | NoName | 2021-05-02 | 2 | -4/+4 |
| | | |||||
| * | Add classproperty helper utility | Rapptz | 2021-05-02 | 1 | -0/+9 |
| | | | | | This is apparently a 3.9+ only addition | ||||
| * | Add Client.create_dm | Rapptz | 2021-05-01 | 1 | -0/+28 |
| | | |||||
| * | Fix supressing messages leading a 400 error | Rapptz | 2021-05-01 | 1 | -1/+1 |
| | | | | | | This only makes it so allowed_mentions are passed if the message is authored by the bot itself. | ||||
| * | Reformat message.py file | Rapptz | 2021-05-01 | 1 | -21/+71 |
| | | |||||
| * | Add types to PartialMessage | Rapptz | 2021-05-01 | 1 | -23/+15 |
| | | |||||
| * | Fix typings for utils._parse_ratelimit_header | Rapptz | 2021-05-01 | 1 | -1/+2 |
| | | | | | A CIMultiDict is not a Dict but a Mapping | ||||
| * | Fix SyncWebhook exception case causing attribute errors | Rapptz | 2021-05-01 | 1 | -0/+3 |
| | | |||||
| * | Fix sending multipart data with SyncWebhook | Rapptz | 2021-05-01 | 1 | -4/+8 |
| | | | | | Fixes #6825 | ||||
| * | Add typings for message related classes | Zomatree | 2021-05-01 | 2 | -89/+117 |
| | | |||||
| * | Add fetch_invite with with_expiration | Nadir Chowdhury | 2021-05-01 | 3 | -20/+37 |
| | | |||||
| * | Fix guild application command endpoints | Joey van Langen | 2021-05-01 | 1 | -6/+6 |
| | | |||||
| * | Add AuditLogChanges.rules_channel/public_updates_channel | Nadir Chowdhury | 2021-05-01 | 2 | -0/+26 |
| | | |||||
| * | Add types for ApplicationCommandPermissions & co | Nadir Chowdhury | 2021-05-01 | 2 | -2/+70 |
| | | |||||
| * | Clarify ClientUser.verified docs | David | 2021-04-30 | 1 | -1/+1 |
| | | |||||
| * | Fix grammar in the Guild.edit docstring | MrKomodoDragon | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | [commands] Remove Flag related delimiter and prefix error | Rapptz | 2021-04-30 | 1 | -3/+0 |
| | | |||||
| * | [commands] Fix Generics causing other typing converters to fail | Rapptz | 2021-04-30 | 1 | -3/+14 |
| | | |||||
| * | Fix utils.MISSING not evaluating to True in implicit bool contexts | Rapptz | 2021-04-30 | 1 | -0/+3 |
| | | |||||