Browse Source

Fix missing view parameter in edit message response

pull/7494/head
Predä 3 years ago
committed by GitHub
parent
commit
d24a339dbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/interactions.py

1
discord/interactions.py

@ -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…
Cancel
Save