We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typing
1 parent 75713d1 commit a6d8e22Copy full SHA for a6d8e22
interactions/ext/prefixed_commands/context.py
@@ -69,7 +69,7 @@ def invoke_target(self) -> str:
69
70
@property
71
def typing(self) -> Typing:
72
- """A context manager to send a typing state to the context's channel as long as long as the wrapped operation takes."""
+ """A context manager to send a typing state to the context's channel as long as the wrapped operation takes."""
73
return self.channel.typing
74
75
async def _send_http_request(self, message_payload: dict, files: Iterable["UPLOADABLE_TYPE"] | None = None) -> dict:
0 commit comments