mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-10 21:34:51 +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 String password;
|
||||
|
||||
|
||||
@Getter
|
||||
private final RobotNetworkHandler handler;
|
||||
|
||||
@ -43,6 +45,5 @@ public class Robot {
|
||||
this.handler = new RobotNetworkHandler(this, this.qq, this.password);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user