Rapptz
fe7ce982f3
Add second generic parameter for view for DynamicItem
1 year ago
Rapptz
ab6efd02bc
[tasks] Log handled exceptions before sleeping
Fix #10276
1 year ago
Rapptz
d00ac622bc
Remove uses of deprecated Logger.warn method
1 year ago
Rapptz
6d5013030b
Flip if statement for wrapped ActionRow components in modals
1 year ago
Rapptz
de09031899
Allow TextDisplay as a top-level component in modals
1 year ago
Rapptz
0b7d30bbe3
Fallback to None for AuditLogAction.category
1 year ago
Rapptz
9bda89b0d6
Update total count tracking to always consider the wrapper object
1 year ago
DA344
0309aac335
Add a swap method for dynamic item's dispatching
1 year ago
Rapptz
20f4bc40ad
Remove outdated comment
1 year ago
Rapptz
59e28af19f
Fix Section.accessory being MISSING
1 year ago
Sacul
27d69e98e2
Fix note in button decorator in action row
1 year ago
Rapptz
283ed20956
Use List[Component] in docs instead of spelling them all out
1 year ago
DA344
24aa98b923
Fix Section.children and accessory's parent being None
1 year ago
Rapptz
9dbf13c2f9
Document Section.accessory as an attribute
1 year ago
Rapptz
a5a4bcf61b
Update Permissions.manage_messages docstring
1 year ago
Rapptz
ad48815926
Add Permissions.pin_messages
1 year ago
Rapptz
44a44e938f
Reformat entire project with ruff instead of black
1 year ago
Rapptz
3ef6272e07
Fix error with View.from_message when having multiple items
1 year ago
Rapptz
d58c055c5b
Remove unused import
1 year ago
Rapptz
1bc330a48a
Version bump for development
1 year ago
Rapptz
9845a53d3d
Version bump to v2.6.0
1 year ago
Rapptz
5d49f11709
Remove View.from_dict typing
1 year ago
Rapptz
fc12a41cdf
Run black
1 year ago
Rapptz
064cb7af71
Add View.total_children_count
1 year ago
Rapptz
f08c042217
Add content_length method to LayoutView and container items
1 year ago
Rapptz
e00bb0b0f3
Change info directive to note
1 year ago
Rapptz
13d1fbee58
Add more detail to what filenames are allowed in File.uri
1 year ago
Rapptz
76258d071a
Add note for File.uri and ASCII only names
1 year ago
Rapptz
6f6d990195
Fix type error with ItemCallbackType
1 year ago
Rapptz
0c98251087
Move Locale.language_code documentation to where it belongs
1 year ago
Rapptz
4854c56d58
Allow discord.File in places where UnfurledMediaItem or str are allowed
1 year ago
Rapptz
9ef5b054e5
Refactor total children count to an overrideable method
1 year ago
Rapptz
2a69ac4ca8
Document difference between View and LayoutView
1 year ago
Rapptz
24d3a12117
Remove unused row parameter from TextDisplay
1 year ago
Rapptz
4f539b710f
Fix type errors in all examples
1 year ago
Sacul
7e2ca02fd1
Add total_message_sent attribute to threads
Co-authored-by: Alex Nørgaard <[email protected] >
Co-authored-by: dolfies <[email protected] >
1 year ago
Rapptz
08ef967371
Typecheck when constructing MediaGalleryItem
1 year ago
Soheab
983a9b8f94
Use Unpack where it's possible
1 year ago
Soheab
13432591c6
Fix various docs around UI items
Co-authored-by: Danny <[email protected] >
1 year ago
Sacul
4839036eea
Add missing guild features in types.guild
1 year ago
Soti
773fcc83df
Remove outdated note about having to delete owned guild
1 year ago
Rapptz
38c6407ffd
Maintain a reference to View dispatched tasks
1 year ago
Rapptz
3fb627d078
Add support for label components and select in modals
1 year ago
Rapptz
9fb74fd7a1
Remove unnecessary TypeGuard
1 year ago
Rapptz
8c1886799d
Don't recreate ItemCallbackType
1 year ago
Michael H
439bd71c0d
Upstream change in Python
The prior changes to use of return in finally (#9981 ) are now
insufficient. Without disclosing their intent when raising the issue,
this was used by them as part of justifying a SyntaxError for working
code outside of the normal process for adding errors, and with it
presenting to end users in a way that breaks downstream user's existing CI
While making the change, I've continued to not log errors like
CancellationError or TimeoutError to users here by default, as it is not an error
they need to be aware of during shutdown given the limited kinds of
BaseException that could raise in this context, see: #9984 for prior
analysis. I've added a debug log should anyone want access to this kind
of failure while debugging gateway close, but due to how asyncio
shutdown happens, this is unlikely to ever log anything useful even in a
library debugging context.
1 year ago
Soheab
705eb2c2a5
Update to support new pin endpoints
1 year ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <[email protected] >
Co-authored-by: Soheab <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Jay3332 <[email protected] >
Co-authored-by: Danny <[email protected] >
1 year ago
Sacul
6ec2e5329b
Deprecate with_expiration param in fetch_invite
1 year ago
Rapptz
ec409a0a7b
Guard AppCommandThread.guild attribute access
1 year ago