Browse Source

Add versionadded to ui.View and ui.Item

pull/7269/head
scrazzz 4 years ago
committed by GitHub
parent
commit
a0e5e062c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ui/item.py
  2. 2
      discord/ui/view.py

2
discord/ui/item.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',)

2
discord/ui/view.py

@ -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`]

Loading…
Cancel
Save