Skip to content

Commit e6b47e0

Browse files
Paillat-devCopilot
andauthored
Update discord/message.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent 97a7585 commit e6b47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ async def edit(
16491649
payload["components"] = []
16501650
if components:
16511651
for c in components:
1652-
if c.any_is_v2()():
1652+
if c.any_is_v2():
16531653
flags.is_components_v2 = True
16541654
payload["components"].append(c.to_dict())
16551655

0 commit comments

Comments
 (0)