mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[commands] Use ...
for Command
and Group
typing
This commit is contained in:
@ -1161,9 +1161,9 @@ class Client:
|
||||
event: Literal['app_command_completion'],
|
||||
/,
|
||||
*,
|
||||
check: Optional[Callable[[Interaction[Self], Union[Command[Any, Any, Any], ContextMenu]], bool]],
|
||||
check: Optional[Callable[[Interaction[Self], Union[Command[Any, ..., Any], ContextMenu]], bool]],
|
||||
timeout: Optional[float] = None,
|
||||
) -> Tuple[Interaction[Self], Union[Command[Any, Any, Any], ContextMenu]]:
|
||||
) -> Tuple[Interaction[Self], Union[Command[Any, ..., Any], ContextMenu]]:
|
||||
...
|
||||
|
||||
# AutoMod
|
||||
|
Reference in New Issue
Block a user