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 54464ec commit 9dab349Copy full SHA for 9dab349
interactions/client/context.py
@@ -399,6 +399,8 @@ def __attrs_post_init__(self) -> None:
399
elif self.data.type == 3:
400
self.target = self.data.resolved.messages[target]
401
402
+ self.target._client = self._client
403
+
404
async def edit(self, content: Optional[str] = MISSING, **kwargs) -> Message:
405
406
payload = await super().edit(content, **kwargs)
0 commit comments