Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit 8ccfe89

Browse files
committed
chore: remove checking responded
1 parent 809a836 commit 8ccfe89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

discord_components/interaction.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ async def respond(
7878
components: List[Union[Component, List[Component]]] = None,
7979
**options,
8080
) -> None:
81-
if self.responded:
82-
return
83-
8481
state = self.bot._get_state()
8582
data = {
8683
**self.client._get_components_json(components),

0 commit comments

Comments
 (0)