mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-14 01:40:02 +00:00
Fix missing view parameter in edit message response
This commit is contained in:
parent
6dbd40a8ef
commit
d24a339dbf
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user