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