mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-11 09:05:02 +08:00
robot data system
This commit is contained in:
parent
4a8f7255ec
commit
5da8e1c9a7
@ -12,6 +12,8 @@ public class Robot {
|
|||||||
|
|
||||||
private final int qq;
|
private final int qq;
|
||||||
private final String password;
|
private final String password;
|
||||||
|
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private final RobotNetworkHandler handler;
|
private final RobotNetworkHandler handler;
|
||||||
|
|
||||||
@ -43,6 +45,5 @@ public class Robot {
|
|||||||
this.handler = new RobotNetworkHandler(this, this.qq, this.password);
|
this.handler = new RobotNetworkHandler(this, this.qq, this.password);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user