mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-10 09:22:19 +00:00
Fix missing view parameter in edit message response
This commit is contained in:
@@ -630,6 +630,7 @@ class InteractionResponse:
|
|||||||
content=content,
|
content=content,
|
||||||
embed=embed,
|
embed=embed,
|
||||||
embeds=embeds,
|
embeds=embeds,
|
||||||
|
view=view,
|
||||||
attachments=attachments,
|
attachments=attachments,
|
||||||
previous_allowed_mentions=parent._state.allowed_mentions,
|
previous_allowed_mentions=parent._state.allowed_mentions,
|
||||||
allowed_mentions=allowed_mentions,
|
allowed_mentions=allowed_mentions,
|
||||||
|
|||||||
Reference in New Issue
Block a user