Browse Source
Add versionadded to ui.View and ui.Item
pull/7269/head
scrazzz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
discord/ui/item.py
-
discord/ui/view.py
|
|
@ -49,6 +49,8 @@ class Item(Generic[V]): |
|
|
|
|
|
|
|
- :class:`discord.ui.Button` |
|
|
|
- :class:`discord.ui.Select` |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
""" |
|
|
|
|
|
|
|
__item_repr_attributes__: Tuple[str, ...] = ('row',) |
|
|
|
|
|
@ -120,6 +120,8 @@ class View: |
|
|
|
|
|
|
|
This object must be inherited to create a UI within Discord. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|
timeout: Optional[:class:`float`] |
|
|
|