mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-31 19:12:04 +08:00
新增模块初始化扫描检测添加,
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package org.example.init;
|
||||
package org.example.init.module;
|
||||
|
||||
import org.example.constpool.ConstPool;
|
||||
import org.example.init.FileCacheManagerInitMachine;
|
||||
import org.example.init.ModuleInitMachine;
|
||||
import org.example.log.ChopperLogFactory;
|
||||
import org.example.log.LoggerType;
|
||||
|
||||
@@ -10,7 +12,7 @@ import java.util.List;
|
||||
* @author Genius
|
||||
* @date 2023/07/22 18:47
|
||||
**/
|
||||
public class FileModuleInitMachine extends ModuleInitMachine{
|
||||
public class FileModuleInitMachine extends ModuleInitMachine {
|
||||
|
||||
public FileModuleInitMachine() {
|
||||
super(List.of(
|
||||
Reference in New Issue
Block a user