Browse Source
Fix missing view parameter in edit message response
pull/7494/head
Predä
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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, |
|
|
|