Soheab
|
cbff6ddef9
|
Add support for user collectibles
|
2 days ago |
z03h
|
69f06c9456
|
Fix Select.required not being applied
|
2 days ago |
Rapptz
|
d5946d1cbc
|
Fix bounds for TextInput and Label generic
Fix #10280
|
2 days ago |
Jakub Kuczys
|
91281f23a0
|
Add Set Voice Channel Status permission
|
3 days ago |
lmaotrigine
|
50b0d219b5
|
Add missing versionadded to some BaseView items
|
3 days ago |
Rapptz
|
63357e0113
|
Revert "Add second generic parameter for view for DynamicItem"
This reverts commit fe7ce982f3 .
|
3 days ago |
Rapptz
|
9677dada1f
|
Fix Modal not raising when hitting the 5 item limit
|
3 days ago |
Rapptz
|
bb45e050b9
|
Change Modal inheritance to BaseView instead of View
|
3 days ago |
Rapptz
|
fe7ce982f3
|
Add second generic parameter for view for DynamicItem
|
3 days ago |
Rapptz
|
ab6efd02bc
|
[tasks] Log handled exceptions before sleeping
Fix #10276
|
5 days ago |
Rapptz
|
d00ac622bc
|
Remove uses of deprecated Logger.warn method
|
5 days ago |
Rapptz
|
6d5013030b
|
Flip if statement for wrapped ActionRow components in modals
|
5 days ago |
Rapptz
|
de09031899
|
Allow TextDisplay as a top-level component in modals
|
5 days ago |
Rapptz
|
0b7d30bbe3
|
Fallback to None for AuditLogAction.category
|
5 days ago |
Rapptz
|
9bda89b0d6
|
Update total count tracking to always consider the wrapper object
|
6 days ago |
DA344
|
0309aac335
|
Add a swap method for dynamic item's dispatching
|
7 days ago |
Rapptz
|
20f4bc40ad
|
Remove outdated comment
|
1 week ago |
Rapptz
|
59e28af19f
|
Fix Section.accessory being MISSING
|
1 week ago |
Sacul
|
27d69e98e2
|
Fix note in button decorator in action row
|
1 week ago |
Rapptz
|
283ed20956
|
Use List[Component] in docs instead of spelling them all out
|
1 week ago |
DA344
|
24aa98b923
|
Fix Section.children and accessory's parent being None
|
1 week ago |
Rapptz
|
9dbf13c2f9
|
Document Section.accessory as an attribute
|
1 week ago |
Rapptz
|
a5a4bcf61b
|
Update Permissions.manage_messages docstring
|
1 week ago |
Rapptz
|
ad48815926
|
Add Permissions.pin_messages
|
1 week ago |
Rapptz
|
44a44e938f
|
Reformat entire project with ruff instead of black
|
1 week ago |
Rapptz
|
3ef6272e07
|
Fix error with View.from_message when having multiple items
|
1 week ago |
Rapptz
|
d58c055c5b
|
Remove unused import
|
1 week ago |
Rapptz
|
1bc330a48a
|
Version bump for development
|
1 week ago |
Rapptz
|
9845a53d3d
|
Version bump to v2.6.0
|
1 week ago |
Rapptz
|
5d49f11709
|
Remove View.from_dict typing
|
1 week ago |
Rapptz
|
fc12a41cdf
|
Run black
|
1 week ago |
Rapptz
|
064cb7af71
|
Add View.total_children_count
|
1 week ago |
Rapptz
|
f08c042217
|
Add content_length method to LayoutView and container items
|
1 week ago |
Rapptz
|
e00bb0b0f3
|
Change info directive to note
|
1 week ago |
Rapptz
|
13d1fbee58
|
Add more detail to what filenames are allowed in File.uri
|
1 week ago |
Rapptz
|
76258d071a
|
Add note for File.uri and ASCII only names
|
1 week ago |
Rapptz
|
6f6d990195
|
Fix type error with ItemCallbackType
|
1 week ago |
Rapptz
|
0c98251087
|
Move Locale.language_code documentation to where it belongs
|
1 week ago |
Rapptz
|
4854c56d58
|
Allow discord.File in places where UnfurledMediaItem or str are allowed
|
1 week ago |
Rapptz
|
9ef5b054e5
|
Refactor total children count to an overrideable method
|
1 week ago |
Rapptz
|
2a69ac4ca8
|
Document difference between View and LayoutView
|
1 week ago |
Rapptz
|
24d3a12117
|
Remove unused row parameter from TextDisplay
|
2 weeks ago |
Rapptz
|
4f539b710f
|
Fix type errors in all examples
|
2 weeks ago |
Sacul
|
7e2ca02fd1
|
Add total_message_sent attribute to threads
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: dolfies <jeyalfie47@gmail.com>
|
2 weeks ago |
Rapptz
|
08ef967371
|
Typecheck when constructing MediaGalleryItem
|
2 weeks ago |
Soheab
|
983a9b8f94
|
Use Unpack where it's possible
|
2 weeks ago |
Soheab
|
13432591c6
|
Fix various docs around UI items
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
|
2 weeks ago |
Sacul
|
4839036eea
|
Add missing guild features in types.guild
|
2 weeks ago |
Soti
|
773fcc83df
|
Remove outdated note about having to delete owned guild
|
2 weeks ago |
Rapptz
|
38c6407ffd
|
Maintain a reference to View dispatched tasks
|
2 weeks ago |