Skip to content

Commit a483893

Browse files
authored
chore: ⚰️ Remove meaningless TODO comment from interactions.py (Pycord-Development#3039)
⚰️ Remove meaningless TODO comment from interactions.py
1 parent 117ba71 commit a483893

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/interactions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ async def original_response(self) -> InteractionMessage:
469469
if self._original_response is not None:
470470
return self._original_response
471471

472-
# TODO: fix later to not raise?
473472
channel = self.channel
474473
if channel is None:
475474
raise ClientException(

0 commit comments

Comments
 (0)