新增模块名字

新番列表模块支持其他群了
定时器支持多个群了
This commit is contained in:
2022-04-08 15:39:59 +08:00
parent 5adb68b2ad
commit d35b1bdc42
26 changed files with 144 additions and 20 deletions

View File

@@ -3,4 +3,5 @@ package com.yutou.qqbot.interfaces;
public interface ModelInterface {
boolean isUserPublic();
String[] getUsePowers();
String getModelName();
}