🏷️ update pyi files

This commit is contained in:
yanyongyu
2020-09-28 12:45:55 +08:00
parent 35ed536cdf
commit 00f22e5f05
3 changed files with 191 additions and 178 deletions

View File

@ -140,7 +140,7 @@ def on_endswith(msg: str,
def on_command(cmd: Union[str, Tuple[str, ...]],
rule: Optional[Union[Rule, RuleChecker]] = None,
aliases: Set[Union[str, Tuple[str, ...]]] = None,
aliases: Optional[Set[Union[str, Tuple[str, ...]]]] = None,
**kwargs) -> Union[Type[Matcher], MatcherGroup]:
if isinstance(cmd, str):
cmd = (cmd,)