新增模块名字
新番列表模块支持其他群了 定时器支持多个群了
This commit is contained in:
@@ -54,6 +54,11 @@ public class TurnipProphet extends Model {
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getModelName() {
|
||||
return "大头菜";
|
||||
}
|
||||
|
||||
Long user, sendQQ;
|
||||
|
||||
@Override
|
||||
@@ -270,8 +275,8 @@ public class TurnipProphet extends Model {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTime(String time) {
|
||||
super.onTime(time);
|
||||
public void onTime(Long qq,String time) {
|
||||
super.onTime(qq,time);
|
||||
nowTime = Integer.parseInt(time.split(":")[0]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user