diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index f719e977d..3cc96fea8 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -72,7 +72,7 @@ if TYPE_CHECKING: brief: Optional[str] usage: Optional[str] rest_is_raw: bool - aliases: List[str] + aliases: Union[List[str], Tuple[str, ...]] description: str hidden: bool checks: List[UserCheck[Context[Any]]]