Skip to content

Commit 409f582

Browse files
srtaalejzimeg
andauthored
Update slack_bolt/agent/async_agent.py
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 62a3532 commit 409f582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack_bolt/agent/async_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def set_status(
8888
**kwargs: Additional arguments passed to ``AsyncWebClient.assistant_threads_setStatus()``.
8989
9090
Returns:
91-
``SlackResponse`` from the API call.
91+
``AsyncSlackResponse`` from the API call.
9292
"""
9393
return await self._client.assistant_threads_setStatus(
9494
channel_id=channel or self._channel_id, # type: ignore[arg-type]

0 commit comments

Comments
 (0)