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