| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [docs] fix reference to `Guild` and document `utils.resolve_template` | NCPlayz | 2020-07-08 | 3 | -4/+21 | |
| | | ||||||
| * | Document raises for Converter.convert | James | 2020-07-08 | 1 | -0/+8 | |
| | | ||||||
| * | Add a licence and encoding declaration to missing files | James | 2020-07-08 | 2 | -0/+52 | |
| | | ||||||
| * | Allow more methods to set an audit log reason | Nadir Chowdhury | 2020-06-30 | 4 | -23/+59 | |
| | | ||||||
| * | Allow Webhook to be hashable and comparable | Znunu | 2020-06-30 | 1 | -1/+19 | |
| | | ||||||
| * | Documentation formatting | Skezza | 2020-06-30 | 9 | -11/+11 | |
| | | ||||||
| * | Fix typo with voice_client documentation | Skezza | 2020-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | [bugs] stop resolving Object for template/invite; remove dupe methods | NCPlayz | 2020-06-29 | 4 | -61/+18 | |
| | | ||||||
| * | Add support for bulk editing role positions | Nadir Chowdhury | 2020-06-28 | 1 | -0/+66 | |
| | | ||||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 6 | -1/+369 | |
| | | ||||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 6 | -2/+205 | |
| | | ||||||
| * | [commands] Raise TypeError when Optional is used with Greedy converter | Sebastian Law | 2020-06-28 | 2 | -2/+6 | |
| | | ||||||
| * | [tasks] Fix issue with default error handler in class context | Josh | 2020-06-28 | 1 | -1/+2 | |
| | | ||||||
| * | [commands] Add a new exception class for command registration errors | jack1142 | 2020-06-28 | 3 | -5/+35 | |
| | | ||||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 24 | -142/+378 | |
| | | ||||||
| * | Fix a KeyError for channels with no category in Guild.by_category | Rapptz | 2020-06-27 | 1 | -1/+4 | |
| | | ||||||
| * | Fix Guild.by_category not showing empty categories. | Rapptz | 2020-06-27 | 1 | -2/+3 | |
| | | ||||||
| * | Update Message.system_content join strings to be up to date. | Rapptz | 2020-06-27 | 1 | -37/+11 | |
| | | | | | Fixes #4211 | |||||
| * | Add versionadded to VoiceClient latency and average_latency | Tsumiki | 2020-06-26 | 1 | -1/+6 | |
| | | ||||||
| * | Fix error raised when using the roles parameter. | Tarek | 2020-06-26 | 2 | -4/+4 | |
| | | ||||||
| * | Change PartialInviteGuild.icon_url_as to mimic Guild.icon_url_as | Anurag | 2020-06-26 | 1 | -2/+9 | |
| | | ||||||
| * | Fix reconnecting loop due to failed handshake on region change | Jeffrey | 2020-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | Escape masked URLs; Support quotes for as_needed | NCPlayz | 2020-06-17 | 1 | -2/+4 | |
| | | ||||||
| * | Fix TypeError on missing shard_id kwarg | Anurag | 2020-06-07 | 1 | -2/+2 | |
| | | ||||||
| * | Support discord.com/invite URL in resolve_invite | apple502j | 2020-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix minor markdown typo in migrating.rst | Tarek | 2020-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix incorrect class reference in documentation | JohnyTheCarrot | 2020-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | [docs] Fix PublicUserFlags not showing up | Nadir Chowdhury | 2020-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Removes the caching behavior of Member.roles | Michael H | 2020-06-04 | 1 | -12/+7 | |
| | | | | | | | - fixes 4087 - This intentionally uses some internals in both Member.roles and Member.top_role to retain as much performance as possible while removing the cache | |||||
| * | Fix possibility of PartialEmoji.id being a string | Eugene | 2020-05-29 | 1 | -1/+7 | |
| | | ||||||
| * | Add user_ids fields for query_members | Tarek | 2020-05-29 | 3 | -6/+23 | |
| | | ||||||
| * | Fix documentation string for guild.premium_subscription_count | numbermaniac | 2020-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Allow editing of channel types for news and text channels | NCPlayz | 2020-05-29 | 3 | -1/+19 | |
| | | ||||||
| * | Fix KeyError on Member Channels not in JSON | Anurag Singh | 2020-05-29 | 1 | -2/+4 | |
| | | ||||||
| * | implement AllowedMentions.__repr__ | io mintz | 2020-05-29 | 1 | -0/+3 | |
| | | ||||||
| * | Add support for public user flags | JohnyTheCarrot | 2020-05-29 | 5 | -2/+115 | |
| | | ||||||
| * | Document that sleep_until considers naive datetimes as UTC. | Rapptz | 2020-05-29 | 1 | -1/+2 | |
| | | ||||||
| * | Consistent usage of RST inline code within Guild.features references | Rapptz | 2020-05-23 | 1 | -9/+9 | |
| | | ||||||
| * | Implement some missing attributes of `Guild` (and `Guild.edit`) | NCPlayz | 2020-05-23 | 2 | -7/+59 | |
| | | ||||||
| * | use `_channel_factory` instead of manual checking in `Guild._sync` | NCPlayz | 2020-05-23 | 1 | -9/+3 | |
| | | ||||||
| * | isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z)) | NCPlayz | 2020-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Change _handshaking variable when handshake terminate | 매리 | 2020-05-23 | 1 | -0/+1 | |
| | | ||||||
| * | Add spoiler keyword argument to Attachment.to_file | Zomatree | 2020-05-23 | 1 | -2/+6 | |
| | | ||||||
| * | Fix TypeError in chunker | apple502j | 2020-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Allow clearing the author information in embeds. | jack1142 | 2020-05-23 | 1 | -0/+15 | |
| | | ||||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 16 | -33/+33 | |
| | | ||||||
| * | player: Close ffmpeg stdin during streaming | Terrance | 2020-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | | A `stdin` of `None` means the ffmpeg subprocess input inherits from the parent process, which may cause undesired control from a terminal (e.g. `C` causes ffmpeg to prompt for a command). It also closes the parent's stdin when the subprocess exits. This commit switches to `subprocess.DEVNULL`, which provides a separate pre-closed stdin for ffmpeg subprocesses. | |||||
| * | state: use bytes.hex() instead of binascii.hexlify().decode() | iomintz | 2020-05-10 | 1 | -2/+1 | |
| | | ||||||
| * | Fix timeout issues with fetching members via query_members | Rapptz | 2020-05-10 | 4 | -58/+42 | |
| | | | | | | | | | | | | | This uses the nonce field to properly disambiguate queries. There's also some redesigning going on behind the scenes and minor clean-up. Originally I planned on working on this more to account for the more widespread chunking changes planned for gateway v7 but I realized that this would indiscriminately slow down everyone else who isn't planning on working with intents for now. I will work on the larger chunking changes in the future, should time allow for it. | |||||
| * | allow passing color int to role.edit | Anurag Singh | 2020-05-10 | 1 | -1/+7 | |
| | | ||||||