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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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