Skip to content

Commit

Permalink
Return autocomplete function after wrapping it
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Sep 18, 2023
1 parent 966feaa commit 4722c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions novus/ext/client/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ async def echo_autocomplete(self, ctx: novus.Interaction):
"""

self._autocomplete = func
return func

async def run_autocomplete(
self,
Expand Down

0 comments on commit 4722c5f

Please sign in to comment.