mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Document Section.accessory as an attribute
This commit is contained in:
@@ -57,6 +57,11 @@ class Section(Item[V]):
|
|||||||
The section accessory.
|
The section accessory.
|
||||||
id: Optional[:class:`int`]
|
id: Optional[:class:`int`]
|
||||||
The ID of this component. This must be unique across the view.
|
The ID of this component. This must be unique across the view.
|
||||||
|
|
||||||
|
Attributes
|
||||||
|
----------
|
||||||
|
accessory: :class:`Item`
|
||||||
|
The section accessory.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__item_repr_attributes__ = (
|
__item_repr_attributes__ = (
|
||||||
|
Reference in New Issue
Block a user