aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/interactions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/interactions.py b/discord/interactions.py
index be2743e6..525f6d45 100644
--- a/discord/interactions.py
+++ b/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