Expose app_commands.autocomplete

This commit is contained in:
Steve C
2022-03-06 19:04:05 -05:00
committed by GitHub
parent aa725f4a4a
commit 8bbeee3464

View File

@ -67,6 +67,7 @@ __all__ = (
'command',
'describe',
'choices',
'autocomplete',
)
if TYPE_CHECKING: