mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-08-28 22:15:32 +00:00
Document Section.accessory as an attribute
This commit is contained in:
parent
a5a4bcf61b
commit
9dbf13c2f9
@ -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__ = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user