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.
1 parent d7c511d commit 013a1cfCopy full SHA for 013a1cf
core/thread.py
@@ -43,7 +43,7 @@ def __init__(
43
self.auto_close_task = None
44
45
def __repr__(self):
46
- return f'Thread(recipient="{self.recipient or self.id}", ' f"channel={self.channel.id})"
+ return f'Thread(recipient="{self.recipient or self.id}", channel={self.channel.id})'
47
48
async def wait_until_ready(self) -> None:
49
"""Blocks execution until the thread is fully set up."""
0 commit comments