mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 17:29:50 +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,
|
||||
embed=embed,
|
||||
embeds=embeds,
|
||||
view=view,
|
||||
attachments=attachments,
|
||||
previous_allowed_mentions=parent._state.allowed_mentions,
|
||||
allowed_mentions=allowed_mentions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user