Skip to content

Commit a9eda7b

Browse files
committed
doc
1 parent 597ffb6 commit a9eda7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/models/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ async def edit(
861861
:param attachments?: The attachments to attach to the message. Needs to be uploaded to the CDN first
862862
:type attachments?: Optional[List[Attachment]]
863863
:param components?: A component, or list of components for the message. If `[]` the components will be removed
864-
:type components?: Optional[Union[ActionRow, Button, SelectMenu, List[ActionRow], List[Button], List[SelectMenu]]]
864+
:type components?: Optional[List[ActionRow]]
865865
:return: The edited message as an object.
866866
:rtype: Message
867867
"""

0 commit comments

Comments
 (0)