Commit Graph
5333 Commits
Author SHA1 Message Date
Soheab_ 2d7e0614ad Add support for File Upload component 2025-09-28 16:06:17 -04:00
Soheab_ 944ffe93c7 Handle resolved data for modal components and types 2025-09-28 16:06:17 -04:00
Soheab_ 1d3642d1fe Fix KeyError on custom_id for modal components that don't support it 2025-09-28 16:06:17 -04:00
Rapptz 830858cde8 Add MessageType.is_deletable to fix Messageable.purge failing
Fix #10319
2025-09-28 13:17:54 -04:00
Rapptz 78ff16621a Fix certain component IDs not being able to be settable afterwards
Fix #10305
2025-09-28 13:05:23 -04:00
Sacul c050ed02c3 Support new fields in Modify Current Member 2025-09-28 12:54:54 -04:00
Sacul 46300dfc62 Add missing reason kwarg in delete_invite 2025-09-28 12:36:24 -04:00
Levi Pesin 6ad5541573 Add missing InviteType and ReactionType exports 2025-09-28 12:32:52 -04:00
Alex Nørgaard a2a00ae8af Fix unordered list rendering for several AuditLogAction entries 2025-09-28 12:32:36 -04:00
Martin b837d94d1a Add silent parameter to ForumChannel.create_thread 2025-09-28 12:15:11 -04:00
Soheab a2a228105b Fix various TypeDicts for Unpack 2025-09-28 12:03:50 -04:00
Steve C bd329b1515 Add support for emoji_added message type 2025-09-03 05:34:13 -04:00
Sacul fe4bf87b23 Add channel attribute to automod quarantine user AuditLogAction 2025-09-03 05:33:41 -04:00
Lucas Hardt a7f349498a Upgrade code by using f-strings and yield from 2025-09-03 05:31:59 -04:00
Steve C 3f47698791 All __all__ to primary_guilds module 2025-09-03 05:01:50 -04:00
Sacul 44956db033 Update modal example in docstring 2025-09-02 17:05:50 -04:00
blord0 1e165eebd9 Update docs for on_user_update to mention primary_guild 2025-09-02 17:05:25 -04:00
Rapptz 25a4dbe86a Remove id from LabelComponent.__repr__ 2025-08-31 16:00:59 -04:00
Rapptz 6c4f8c410d Add changelog for v2.6.2 and v2.6.3 2025-08-31 15:14:54 -04:00
Rapptz 89d5cbd78a Move v2 item check from BaseView to View 2025-08-31 14:18:50 -04:00
Rapptz 2f1f5fe2e2 Revert "Fix context install decorators to correctly restrict commands"
This reverts commit ce9f5ad1ba.
2025-08-26 21:12:03 -04:00
Rapptz 116107d7ed Add accessory to Section.__repr__ 2025-08-26 11:54:18 -04:00
Sacul 7c52dbdba0 Fix spelling mistake in LabelComponent slots 2025-08-26 11:34:23 -04:00
Soheab cbff6ddef9 Add support for user collectibles 2025-08-26 03:34:18 -04:00
z03h 69f06c9456 Fix Select.required not being applied 2025-08-25 23:24:37 -04:00
Rapptz d5946d1cbc Fix bounds for TextInput and Label generic
Fix #10280
2025-08-25 11:29:44 -04:00
Jakub Kuczys 91281f23a0 Add Set Voice Channel Status permission 2025-08-24 19:59:10 -04:00
lmaotrigine 50b0d219b5 Add missing versionadded to some BaseView items 2025-08-24 13:22:35 -04:00
Rapptz 63357e0113 Revert "Add second generic parameter for view for DynamicItem"
This reverts commit fe7ce982f3.
2025-08-24 13:21:54 -04:00
Rapptz 9677dada1f Fix Modal not raising when hitting the 5 item limit 2025-08-24 09:42:41 -04:00
Rapptz 753db1724b Add changelog for v2.6.1 2025-08-24 09:29:41 -04:00
Rapptz bb45e050b9 Change Modal inheritance to BaseView instead of View 2025-08-24 09:29:41 -04:00
Rapptz fe7ce982f3 Add second generic parameter for view for DynamicItem 2025-08-24 09:12:12 -04:00
Rapptz ab6efd02bc [tasks] Log handled exceptions before sleeping
Fix #10276
2025-08-22 19:59:56 -04:00
Rapptz d00ac622bc Remove uses of deprecated Logger.warn method 2025-08-22 19:52:12 -04:00
Rapptz 6d5013030b Flip if statement for wrapped ActionRow components in modals 2025-08-22 19:28:37 -04:00
Rapptz de09031899 Allow TextDisplay as a top-level component in modals 2025-08-22 19:18:33 -04:00
Rapptz 0b7d30bbe3 Fallback to None for AuditLogAction.category 2025-08-22 19:14:01 -04:00
Rapptz 9bda89b0d6 Update total count tracking to always consider the wrapper object 2025-08-21 22:20:12 -04:00
DA344 0309aac335 Add a swap method for dynamic item's dispatching 2025-08-20 18:52:31 -04:00
Steve C b2aab86ba1 Add typing-extensions to lint workflow 2025-08-20 18:34:51 -04:00
Thanos d897027c21 Create .git-blame-ignore-revs 2025-08-20 18:34:17 -04:00
Rapptz 20f4bc40ad Remove outdated comment 2025-08-20 06:53:03 -04:00
Rapptz 59e28af19f Fix Section.accessory being MISSING 2025-08-20 06:50:23 -04:00
Sacul 27d69e98e2 Fix note in button decorator in action row 2025-08-20 04:04:50 -04:00
Rapptz 8f83267ce9 Move UnfurledMediaItem and MediaGalleryItem to interactions page 2025-08-19 21:09:09 -04:00
Rapptz 283ed20956 Use List[Component] in docs instead of spelling them all out 2025-08-19 20:55:02 -04:00
DA344 24aa98b923 Fix Section.children and accessory's parent being None 2025-08-19 20:50:57 -04:00
Rapptz 9dbf13c2f9 Document Section.accessory as an attribute 2025-08-19 04:25:29 -04:00
Rapptz a5a4bcf61b Update Permissions.manage_messages docstring 2025-08-19 04:09:21 -04:00