| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Fix NSFW check within threads under NSFW channels | marshall | 2021-07-30 | 0 | -0/+0 |
| | | |||||
| * | [commands] Document dynamic_cooldown | Willy | 2021-07-30 | 1 | -0/+3 |
| | | |||||
| * | Add Thread to Messageable docstring | SYCKGit | 2021-07-30 | 1 | -0/+1 |
| | | |||||
| * | Add Thread.category | Arthur | 2021-07-30 | 1 | -1/+21 |
| | | |||||
| * | [commands] fix bot_has_role and is_nsfw for threads | z03h | 2021-07-30 | 1 | -7/+5 |
| | | |||||
| * | implement guild stickers | Nadir Chowdhury | 2021-07-30 | 16 | -85/+1119 |
| | | |||||
| * | Fix user cache acting incorrectly with evictions | Rapptz | 2021-07-29 | 8 | -8/+14 |
| | | | | | | | | | | | | | | | The first issue involved copied users which would lead to user updates causing faster evictions of the cache than was expected. The second issue involved users that weren't bound to an internal lifetime eviction policy. These users would not get evicted. For example, a user without mutual guilds or being part of the internal cache in general (messages, DMs) would never end up being evicted for some strange reason. To handle this case, store_user would get a counterpart named create_user which would create a user without potentially storing them in the cache. That way only users with a bound lifetime within the library would be stored. | ||||
| * | Add Guild.get_channel_or_thread helper method | Rapptz | 2021-07-29 | 1 | -0/+18 |
| | | | | | The name might change in the future, unsure. | ||||
| * | [commands] Check for ctx.guild instead of abc.GuildChannel | Rapptz | 2021-07-28 | 1 | -2/+2 |
| | | |||||
| * | Allow creating a public thread without a starter message | Rapptz | 2021-07-28 | 3 | -11/+17 |
| | | |||||
| * | Use a default value for StageInstance.discoverable_enabled | Rapptz | 2021-07-28 | 1 | -2/+2 |
| | | | | | Apparently this caused crashes | ||||
| * | Fix recursive inheritance in BaseUser | Rapptz | 2021-07-28 | 1 | -1/+1 |
| | | |||||
| * | Fix PartialMessage rejecting Threads | nickofolas | 2021-07-28 | 1 | -2/+9 |
| | | |||||
| * | Set Thread.member/message_count | Nadir Chowdhury | 2021-07-28 | 1 | -0/+2 |
| | | |||||
| * | Add system_content for thread message types, fix other system_content issues | Lilly Rose Berner | 2021-07-28 | 1 | -10/+37 |
| | | |||||
| * | Change type to be compatible with the overwrites property | PythonCoderAS | 2021-07-28 | 2 | -18/+18 |
| | | |||||
| * | Add support for discord.ui.Select.disabled | Lucas Hardt | 2021-07-28 | 3 | -1/+27 |
| | | |||||
| * | Allow callables in abc.Connectable.Connect | Josh | 2021-07-28 | 1 | -1/+9 |
| | | |||||
| * | Add audit log events for threads | Nadir Chowdhury | 2021-07-28 | 5 | -9/+117 |
| | | |||||
| * | Fixes minor grammatical error in Command.update | Stocker | 2021-07-28 | 2 | -2/+2 |
| | | |||||
| * | Fix Example Usage in docs | AkshuAgarwal | 2021-07-28 | 1 | -0/+1 |
| | | |||||
| * | Fix EqualityComparable.__eq__ typing | Gnome! | 2021-07-28 | 1 | -6/+2 |
| | | |||||
| * | Fix a typo within the documentation | xPolar | 2021-07-28 | 1 | -1/+1 |
| | | |||||
| * | Add reason kwarg to more methods | Nadir Chowdhury | 2021-07-28 | 4 | -26/+49 |
| | | |||||
| * | Add Number type (10) to Application Command Option types | Josh | 2021-07-28 | 1 | -1/+7 |
| | | |||||
| * | Add an example for the new dropdowns | Robin5605 | 2021-07-28 | 1 | -0/+63 |
| | | |||||
| * | Add BaseUser.banner for all subclasses to access new banners | Alex Nørgaard | 2021-07-28 | 2 | -2/+61 |
| | | |||||
| * | Add a new view example for link buttons | Ay355 | 2021-07-22 | 1 | -0/+39 |
| | | |||||
| * | Fix incorrect typehint in send_message | Willy | 2021-07-21 | 1 | -2/+2 |
| | | |||||
| * | Fix typo in commands documentation | AXVin | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Add format_dt to utils __all__ | Vaskel | 2021-07-21 | 1 | -0/+1 |
| | | |||||
| * | Fix permissions_for for roles | z03h | 2021-07-21 | 1 | -14/+17 |
| | | |||||
| * | [commands] Remove unused copy import in Cog | thetimtoy | 2021-07-21 | 1 | -1/+0 |
| | | |||||
| * | Add versionadded to ui.View and ui.Item | scrazzz | 2021-07-21 | 2 | -0/+4 |
| | | |||||
| * | Fix typo in UserFlags.has_unread_urgent_messages | Sebastian Law | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Fix Thread.slowmode_delay not updating | z03h | 2021-07-21 | 1 | -0/+2 |
| | | |||||
| * | Fix documentation note for interaction_check | Kaylynn Morgan | 2021-07-21 | 1 | -3/+2 |
| | | |||||
| * | fix typo in ephemeral function definition | Nadir Chowdhury | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Remove afk parameter from change_presence | Aaron Hennessey | 2021-07-21 | 3 | -17/+14 |
| | | |||||
| * | Stricter type hint in releaselevel | Ryu JuHeon | 2021-07-21 | 1 | -2/+2 |
| | | |||||
| * | Add PartialMessage to list of allowed message reference types | Lilly Rose Berner | 2021-07-21 | 1 | -9/+9 |
| | | |||||
| * | Fix type annotations for purge's limit param on Thread/TextChannel | Steve C | 2021-07-21 | 2 | -2/+2 |
| | | | | Optional was missing. | ||||
| * | [commands] fix incorrect typings in ThreadConverter | Alex Nørgaard | 2021-07-21 | 1 | -3/+4 |
| | | |||||
| * | Sync Guild.features to documentation | Nadir Chowdhury | 2021-07-10 | 2 | -27/+43 |
| | | |||||
| * | [commands] Fix (Partial)MessageConverter to work with thread messages | Nadir Chowdhury | 2021-07-10 | 4 | -12/+51 |
| | | |||||
| * | Undocument Item.width | Rapptz | 2021-07-09 | 1 | -1/+0 |
| | | | | | It doesn't serve much of a purpose to users | ||||
| * | [commands] Get guild_id from message link for message converters | Rapptz | 2021-07-09 | 1 | -8/+28 |
| | | |||||
| * | Re-try requests on 504 error and raise correct error | Lilly Rose Berner | 2021-07-09 | 1 | -3/+3 |
| | | |||||
| * | Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc) | Rapptz | 2021-07-09 | 3 | -11/+10 |
| | | |||||
| * | Change WEBHOOK_UPDATE to use guild information from gateway | Rapptz | 2021-07-08 | 1 | -1/+6 |
| | | | | | | | This changes the lookup from unnecessary O(n) to two amortised O(1) lookups. This event pretty much always has a guild_id so the original code was always a performance bottleneck. | ||||