-
-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Description
Line: 309
pycord//discord/interactions.py
Lines 306 to 316 in 6ab3292
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( |