Browse Source

Expose app_commands.autocomplete

pull/7565/head
Steve C 3 years ago
committed by GitHub
parent
commit
8bbeee3464
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/app_commands/commands.py

1
discord/app_commands/commands.py

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

Loading…
Cancel
Save