Leonardo
|
7f16a06479
|
Copy Select options when creating View class
|
4 weeks ago |
DA-344
|
d9f0be78cc
|
add attachment_id and name & size
|
1 month ago |
DA-344
|
0d86c55d45
|
chore: use a truthy check instead of a is not None
|
1 month ago |
DA-344
|
f1c397dfb4
|
typing
|
1 month ago |
DA344
|
4f2040593d
|
chore: Add Container.type property
raised NotImplementedError
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
|
1 month ago |
DA-344
|
ca62512431
|
fix: description key always present when being None
|
1 month ago |
DA-344
|
42bd21a700
|
chore(breaking): Rename SeparatorSize to SeparatorSpacing
|
2 months ago |
DA-344
|
03af02b4b5
|
chore: Run black and fix linting errors
|
2 months ago |
DA-344
|
b4b7a7493a
|
yet more fixes
|
2 months ago |
DA-344
|
22daf24830
|
fix: View.from_dict raising unexpected errors
|
2 months ago |
DA-344
|
1b676df69b
|
chore: Improve documentation on MediaGallery(Item) and ui.File
|
2 months ago |
DA-344
|
9f3f8f1c38
|
chore: Add MediaGalleryItem.description char limit to docs
|
3 months ago |
DA-344
|
a1216e7c36
|
fix error when using Message.components
|
3 months ago |
DA344
|
c93ee07ca9
|
fix: Container._colour raising ValueError
|
4 months ago |
DA-344
|
7601533fe9
|
chore: add id attr to components and black item.py
|
4 months ago |
DA-344
|
8f59216e68
|
chore: more components v2 things and finished danny's suggested impl
|
4 months ago |
DA-344
|
faa31ffc52
|
chore: Add notes and versionaddeds
|
5 months ago |
DA-344
|
bfae3a5183
|
chore: Make type the first key on to_components_dict
|
5 months ago |
DA-344
|
568a3c396f
|
chore: Run black
|
5 months ago |
DA-344
|
70bdcfa0b7
|
chore: Update item _view attr and # type: ignore self.accessory in section
|
5 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
|
5 months ago |
DA-344
|
86d967cbcd
|
fix: Docs failing due to :class:
ames
|
5 months ago |
DA-344
|
15ec28b870
|
chore: yet more docs fix
|
5 months ago |
DA-344
|
14d8f31536
|
chore: Add missing enums to docs and fix docstrings
|
5 months ago |
DA-344
|
a1bc73b51b
|
fix: add SeparatorComponent to __all__
|
5 months ago |
DA-344
|
5d1300d9fc
|
fix: documentation errors
|
5 months ago |
DA-344
|
7824c3f544
|
chore: fix everything lol
|
5 months ago |
DA-344
|
de8a7238f8
|
chore: docs and some changes
|
5 months ago |
DA-344
|
28efb157ee
|
chore: Finished first components v2 impl
|
5 months ago |
DA-344
|
4aef97e249
|
chore: undo attachment file move
|
5 months ago |
DA-344
|
eea95d95c9
|
chore: Add more components and some things on weights and so
|
5 months ago |
DA-344
|
ce3f48e959
|
fix: License quotes
|
5 months ago |
DA-344
|
335b3976d8
|
chore: Update components
|
5 months ago |
DA-344
|
75134562fd
|
feat: First components v2 commit
|
5 months ago |
DA-344
|
ae2410fa3a
|
feat: Components V2
|
5 months ago |
Rapptz
|
8953938a53
|
Update Pyright to v1.1.394
|
5 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_ <33902984+Soheab@users.noreply.github.com>
Co-authored-by: rdrescher909 <51489753+rdrescher909@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
|
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 |