aboutsummaryrefslogtreecommitdiffstats
path: root/slack/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'slack/commands.py')
-rw-r--r--slack/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slack/commands.py b/slack/commands.py
index 69183a2..57a257f 100644
--- a/slack/commands.py
+++ b/slack/commands.py
@@ -456,7 +456,7 @@ async def complete_user_next(
):
if conversation.completion_context == "NO_COMPLETION":
conversation.completion_context = "PENDING_COMPLETION"
- search = await conversation.workspace.api.fetch_users_search(query)
+ search = await conversation.workspace.api.edgeapi.fetch_users_search(query)
if conversation.completion_context != "PENDING_COMPLETION":
return
conversation.completion_context = "ACTIVE_COMPLETION"