Fix missing view parameter in edit message response

This commit is contained in:
Predä 2022-02-22 02:44:29 +01:00 committed by GitHub
parent 6dbd40a8ef
commit d24a339dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,