rua
This commit is contained in:
parent
1860321b36
commit
63ea5f0178
@ -149,15 +149,15 @@ class IcaClient:
|
|||||||
...
|
...
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def status() -> IcaStatus:
|
def status(self) -> IcaStatus:
|
||||||
...
|
...
|
||||||
@property
|
@property
|
||||||
def version() -> str:
|
def version(self) -> str:
|
||||||
...
|
...
|
||||||
@property
|
@property
|
||||||
def ica_version() -> str:
|
def ica_version(self) -> str:
|
||||||
"""shenbot ica 的版本号"""
|
"""shenbot ica 的版本号"""
|
||||||
|
...
|
||||||
def debug(self, message: str) -> None:
|
def debug(self, message: str) -> None:
|
||||||
"""向日志中输出调试信息"""
|
"""向日志中输出调试信息"""
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user