Commit Graph
5380 Commits
Author SHA1 Message Date
n6ck fd5a218d7c Add Message.is_forwardable to check if a message can be forwarded 2026-02-22 22:12:39 -05:00
Soheab 598a16e62f Add support for getting an integration's scopes 2026-02-22 17:29:20 -05:00
Rapptz f780f04447 Update last_send when receiving a HEARTBEAT request 2026-02-22 16:59:18 -05:00
Michael 38d5d8e47a Use walk_children within remove_view 2026-02-22 16:47:15 -05:00
Steve C 91f958cbac Add missing wait_for overloads for soundboard & voice effects 2026-02-22 16:46:24 -05:00
DA344 93fa3cb9d6 Fix (Sync)Webhook.edit_message missing the view parameter 2026-02-22 16:45:49 -05:00
Michael 60e746ca94 Exclude category property from CategoryChannel docs 2026-02-22 16:44:08 -05:00
Michael 46000f78c7 Add guild and user context to autocomplete logs 2026-02-22 16:43:44 -05:00
Soheab e5263c0870 Add support for new modal components 2026-02-22 16:43:06 -05:00
Thanos 05816daa7e Remove black config and transition isort config to ruff 2026-02-22 16:00:49 -05:00
Steve C dae46f7d0f Add generics to Interaction params 2026-02-22 15:59:46 -05:00
Sacul e45c8e60e1 Add bypass slowmode permissions 2026-02-22 15:53:02 -05:00
Soheab 680ca5ee20 Add command_id and custom_id attributes to Interaction 2026-02-22 15:02:14 -05:00
Rapptz 2f1c3fde7b Fix Message.call raising an attribute error when accessed
Fix #10404
2026-02-18 22:27:23 -05:00
Rapptz 103fe90d8b [commands] Fix decorator order mattering for hybrid commands 2026-02-05 09:18:07 -05:00
Rapptz a7d42b9906 Fallback to Item.row when converting to Modal component list
Fix #10397
2026-02-04 18:57:04 -05:00
Rapptz 3ab09be13c Invert View.is_finished condition when there is no associated Future 2026-01-28 16:58:55 -05:00
Quintenvw c8b95774cb Change join thread endpoint from POST to PUT 2026-01-14 06:10:36 -05:00
Michael bcea13e993 Allow ui.View initialization without a running event loop 2026-01-13 18:08:53 -05:00
Rapptz b9b21ca270 [commands] Fix Context.from_interaction derived Message.type
The previous Message.type when accessed from Context would be an
unknown enum type because the enum was double nested when the proper
type expected by the synthetic payload was an int not an enum.

Fix #10382
2026-01-11 08:02:50 -05:00
Rapptz 1df81fea52 [commands] Mark Cog check special methods as MaybeCoro return
Fix #10354
2026-01-08 08:17:43 -05:00
Snazzah bd37844be7 Add DAVE protocol support 2026-01-07 16:05:46 -05:00
Rapptz 0052878983 Guard against Item.view being None when dispatching 2025-12-21 12:18:05 -05:00
Sacul 9be91cb093 Optimise utils.find and specialise utils.as_chunks 2025-11-18 19:51:27 -05:00
Rapptz c342db8534 [commands] Fix flag annotations in 3.14 using annotationlib
Fix #10349
2025-11-12 20:22:45 -05:00
Soheab 9580898c97 Detach view from item when removed 2025-11-12 20:02:19 -05:00
n6ck b77459a4df Change description to be optional when creating emoji 2025-11-11 22:52:54 -05:00
Michael H 8b15475496 [Zstandard] Decompress even when discord doesn't encode size information 2025-11-07 18:57:01 -05:00
Sacul 0ace5f8b51 Document new timestamp format style 2025-11-07 18:56:24 -05:00
DA344 e2cf721e9c Fix container items having out of date internal state 2025-11-07 18:53:04 -05:00
Sacul 8f2cb60700 Fix inaccurate total_children_count property in modals 2025-10-28 07:51:15 -04:00
Soheab 09f748d48f Add uv.lock and pylock.toml to gitignore 2025-10-28 07:50:55 -04:00
beerpsi 62cb74b7d8 Do not assume Python 3.14 has compression.zstd 2025-10-28 07:50:33 -04:00
Sacul 055885100d Fix default value for reason parameter in delete_invite 2025-10-28 07:49:25 -04:00
Rapptz ab8195bbd3 Add support for role member counts 2025-10-16 02:23:49 -04:00
Rapptz c58b973c7e Add animated=true parameter to animated emoji 2025-10-14 17:33:49 -04:00
Rapptz 9c327df45a Use webp as the default emoji URL format
Fix #10331
2025-10-14 17:20:32 -04:00
Rapptz 6d19bc763c [commands] Fix flag annotations not working under 3.14 2025-10-14 17:16:43 -04:00
Rapptz be3e332251 Add v2.6.4 changelog 2025-10-08 17:41:50 -04:00
beerpsi 463becb7ed Use compression.zstd for gateway compression on Python 3.14 2025-10-08 17:33:29 -04:00
Rapptz e2b6fa8370 Use obj reference target instead of data for typing objects 2025-10-08 17:31:24 -04:00
Rapptz 88294fe352 Fix Section.accessory setter not updating view bindings 2025-10-08 08:52:11 -04:00
Rapptz 651699fcd2 Remove buggy and unintentional Container.children setter 2025-10-05 02:45:23 -04:00
Sacul c7575d9f21 Fix docstrings for version added in Member.edit 2025-10-01 23:43:44 -04:00
Rapptz 8f90b7d534 Add shoutout to Button and Thumbnail accessories for Section 2025-09-28 16:07:30 -04:00
Soheab_ d78636283b Correct supported types in docs for modal components 2025-09-28 16:06:17 -04:00
Soheab_ 178ea664b2 Add missing required kwarg to all select classes 2025-09-28 16:06:17 -04:00
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