Rapptz
934ab4151a
Mark state refresh methods as private with an underscore
People kept wondering what it is or what it does.
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
Rapptz
4c8b1f9abd
Remove unused imports
3 years ago
Josh
147948af9b
Use typing.Self throughout library
3 years ago
Josh
d409ddd227
Alter return-type of button/select decorators
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
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
Rapptz
812bfbe6f9
Show Select.values more prominently in the documentation
4 years ago
Josh
d001b9d0ee
[docs] Fix more references
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Rapptz
47f2d04940
Allow passing Emoji in components
4 years ago
Rapptz
7c40e83d10
Ensure views added to Client.add_view are persistent views
4 years ago
Rapptz
09f0ed1fba
Mention that rows are explicitly 0 indexed.
4 years ago
Rapptz
1b15772671
Allow assigning Select.options to refresh the select menu
4 years ago
Rapptz
7bd1211b36
Rework item grouping behaviour to take into consideration weights
This also renames `group` into `row`
4 years ago
Rapptz
f321efd4de
Default SelectOption.value to the label if not given
4 years ago
Rapptz
ef9f61a933
Add support for select components
4 years ago