Skip to content

Commit 597ffb6

Browse files
committed
add build components to message.edit
1 parent 1463d8e commit 597ffb6

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
@@ -910,7 +910,7 @@ async def edit(
910910
if not components:
911911
_components = []
912912
elif components is MISSING:
913-
_components = self.components
913+
_components = _build_components(components=self.components)
914914
else:
915915
_components = _build_components(components=components)
916916

0 commit comments

Comments
 (0)