Skip to content

fix later to not raise? #1734

@github-actions

Description

@github-actions

Line: 309

if self._original_response is not None:
return self._original_response
# TODO: fix later to not raise?
channel = self.channel
if channel is None:
raise ClientException("Channel for message could not be resolved")
adapter = async_context.get()
http = self._state.http
data = await adapter.get_original_interaction_response(

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions