mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-11 09:52:20 +00:00
Add support for autocomplete
This commit is contained in:
@@ -37,6 +37,8 @@ from .enums import AppCommandOptionType
|
||||
if TYPE_CHECKING:
|
||||
from ..types.interactions import ResolvedData, ApplicationCommandInteractionDataOption
|
||||
|
||||
__all__ = ('Namespace',)
|
||||
|
||||
|
||||
class ResolveKey(NamedTuple):
|
||||
id: str
|
||||
|
||||
Reference in New Issue
Block a user