DA-344
|
b4b7a7493a
|
yet more fixes
|
1 week ago |
DA-344
|
22daf24830
|
fix: View.from_dict raising unexpected errors
|
1 week ago |
DA-344
|
1b676df69b
|
chore: Improve documentation on MediaGallery(Item) and ui.File
|
2 weeks ago |
DA-344
|
9f3f8f1c38
|
chore: Add MediaGalleryItem.description char limit to docs
|
1 month ago |
DA-344
|
a1216e7c36
|
fix error when using Message.components
|
1 month ago |
DA344
|
c93ee07ca9
|
fix: Container._colour raising ValueError
|
3 months ago |
DA-344
|
7601533fe9
|
chore: add id attr to components and black item.py
|
3 months ago |
DA-344
|
8f59216e68
|
chore: more components v2 things and finished danny's suggested impl
|
3 months ago |
DA-344
|
faa31ffc52
|
chore: Add notes and versionaddeds
|
3 months ago |
DA-344
|
bfae3a5183
|
chore: Make type the first key on to_components_dict
|
3 months ago |
DA-344
|
568a3c396f
|
chore: Run black
|
3 months ago |
DA-344
|
70bdcfa0b7
|
chore: Update item _view attr and # type: ignore self.accessory in section
|
3 months ago |
DA-344
|
0a0396889c
|
chore: fix errors
TextDisplay attribute error when doing TextDisplay.to_component_dict()
View.to_components() appending Item objects instead of Item.to_component_dict()
Changed View.to_components() sorting key
|
3 months ago |
DA-344
|
86d967cbcd
|
fix: Docs failing due to :class:
ames
|
3 months ago |
DA-344
|
15ec28b870
|
chore: yet more docs fix
|
3 months ago |
DA-344
|
14d8f31536
|
chore: Add missing enums to docs and fix docstrings
|
3 months ago |
DA-344
|
a1bc73b51b
|
fix: add SeparatorComponent to __all__
|
3 months ago |
DA-344
|
5d1300d9fc
|
fix: documentation errors
|
3 months ago |
DA-344
|
7824c3f544
|
chore: fix everything lol
|
3 months ago |
DA-344
|
de8a7238f8
|
chore: docs and some changes
|
3 months ago |
DA-344
|
28efb157ee
|
chore: Finished first components v2 impl
|
3 months ago |
DA-344
|
4aef97e249
|
chore: undo attachment file move
|
3 months ago |
DA-344
|
eea95d95c9
|
chore: Add more components and some things on weights and so
|
3 months ago |
DA-344
|
ce3f48e959
|
fix: License quotes
|
3 months ago |
DA-344
|
335b3976d8
|
chore: Update components
|
3 months ago |
DA-344
|
75134562fd
|
feat: First components v2 commit
|
3 months ago |
DA-344
|
ae2410fa3a
|
feat: Components V2
|
3 months ago |
Rapptz
|
8953938a53
|
Update Pyright to v1.1.394
|
3 months ago |
DA344
|
356474ffb9
|
Add ButtonStyle.premium
|
1 year ago |
Soheab_
|
070ae24d8d
|
Document all limits in discord.ui
|
1 year ago |
Soheab_
|
5c46f812c7
|
Document type property and classmethods for SelectDefaultValueType
|
2 years ago |
Soheab_
|
c5ecc42c72
|
Add support for default_values field on selects
|
2 years ago |
Josh
|
630b2a1e55
|
Update pyright version
|
2 years ago |
Soheab_
|
0efc05ccce
|
Fix certain select types not appearing in Message.components
|
2 years ago |
Trevor
|
5009c83bc9
|
Implement New Select Types
Co-authored-by: Soheab_ <[email protected]>
Co-authored-by: rdrescher909 <[email protected]>
Co-authored-by: Danny <[email protected]>
|
3 years ago |
Ionite
|
6981eb69c4
|
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
|
3 years ago |
chawkk6404
|
e62473a1b4
|
Fix incorrect docs in select menu min_values
|
3 years ago |
z03h
|
53694724c1
|
Add emoji property to SelectOption
|
3 years ago |
Lilly Rose Berner
|
7267d18d9e
|
Improve component typing
|
3 years ago |
Rapptz
|
79d34fbe78
|
Change Select.type to use a Literal
|
3 years ago |
Lilly Rose Berner
|
7ee15e1d68
|
Use typing.Literal for channel and component type annotation
|
3 years ago |
jack1142
|
5ffa3e85de
|
Update comments after `# type: ignore` to be compatible with PEP 484
|
3 years ago |
Stocker
|
5aa696ccfa
|
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected]>
Co-authored-by: Josh <[email protected]>
|
3 years ago |
Josh
|
147948af9b
|
Use typing.Self throughout library
|
3 years ago |
Rapptz
|
d01e73fca5
|
Document more uses of type ignore
|
3 years ago |
Rapptz
|
e56f64218a
|
Rename default_value to default for TextInput
|
3 years ago |
Rapptz
|
a1e64dd657
|
Fix Sphinx build failing
TextInput was missing in `__all__`.
|
3 years ago |
Josh
|
19c6687b55
|
Add support for Modal Interactions
|
3 years ago |
Rapptz
|
3382d2e9e8
|
Update documentation on select limits
|
4 years ago |
Lucas Hardt
|
ca9b371982
|
Add support for discord.ui.Select.disabled
|
4 years ago |