Browse Source
None check in InteractionResponse.edit_message
pull/7040/head
Devon R
4 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
1 deletions
-
discord/interactions.py
|
|
@ -422,7 +422,7 @@ class InteractionResponse: |
|
|
|
data=payload, |
|
|
|
) |
|
|
|
|
|
|
|
if view is not MISSING and not view.is_finished(): |
|
|
|
if view and not view.is_finished(): |
|
|
|
state.store_view(view, message_id) |
|
|
|
|
|
|
|
self._responded = True |
|
|
|