add IServer.bot:IBot
This commit is contained in:
parent
fedef3ba3d
commit
8340419b99
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class IMatchResponseParam(object):
|
|||
pass
|
||||
|
||||
class IServer(Server):
|
||||
bot: IBot
|
||||
disconnected: bool
|
||||
params: ConnectionParams
|
||||
desired_caps: Set[ICapability]
|
||||
|
|
Loading…
Reference in a new issue