|
@ -593,7 +593,7 @@ class Interaction(Generic[ClientT]): |
|
|
state = _InteractionMessageState(self, self._state) |
|
|
state = _InteractionMessageState(self, self._state) |
|
|
message = InteractionMessage(state=state, channel=self.channel, data=data) # type: ignore |
|
|
message = InteractionMessage(state=state, channel=self.channel, data=data) # type: ignore |
|
|
if view and not view.is_finished(): |
|
|
if view and not view.is_finished(): |
|
|
self._state.store_view(view, message.id, interaction_id=self.id) |
|
|
self._state.store_view(view, message.id) |
|
|
return message |
|
|
return message |
|
|
|
|
|
|
|
|
async def delete_original_response(self) -> None: |
|
|
async def delete_original_response(self) -> None: |
|
|