mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-02-23 06:29:58 +08:00
rua
This commit is contained in:
parent
1860321b36
commit
63ea5f0178
|
@ -149,15 +149,15 @@ class IcaClient:
|
|||
...
|
||||
|
||||
@property
|
||||
def status() -> IcaStatus:
|
||||
def status(self) -> IcaStatus:
|
||||
...
|
||||
@property
|
||||
def version() -> str:
|
||||
def version(self) -> str:
|
||||
...
|
||||
@property
|
||||
def ica_version() -> str:
|
||||
def ica_version(self) -> str:
|
||||
"""shenbot ica 的版本号"""
|
||||
|
||||
...
|
||||
def debug(self, message: str) -> None:
|
||||
"""向日志中输出调试信息"""
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user