File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ async def original_response(self) -> InteractionMessage:
477
477
# TODO: fix later to not raise?
478
478
channel = self .channel
479
479
if channel is None :
480
- raise ClientException ("Channel for message could not be resolved" )
480
+ raise ClientException ("Channel for message could not be resolved. Please open a issue on GitHub if you encounter this error. " )
481
481
482
482
adapter = async_context .get ()
483
483
http = self ._state .http
@@ -930,7 +930,7 @@ async def _process_callback_response(
930
930
# TODO: fix later to not raise?
931
931
channel = self ._parent .channel
932
932
if channel is None :
933
- raise ClientException ("Channel for message could not be resolved" )
933
+ raise ClientException ("Channel for message could not be resolved. Please open a issue on GitHub if you encounter this error. " )
934
934
state = _InteractionMessageState (self ._parent , self ._parent ._state )
935
935
message = InteractionMessage (state = state , channel = channel , data = callback_response ["resource" ]["message" ]) # type: ignore
936
936
self ._parent ._original_response = message
You can’t perform that action at this time.
0 commit comments