mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 05:50:27 +08:00
creation of new module
This commit is contained in:
parent
e104661ba7
commit
af51befd64
5
mirai-console-wrapper/README.MD
Normal file
5
mirai-console-wrapper/README.MD
Normal file
@ -0,0 +1,5 @@
|
||||
## Mirai Console Wrapper
|
||||
|
||||
Loader(Installer) of Mirai-Console all versions
|
||||
|
||||
|
0
mirai-console-wrapper/build.gradle.kts
Normal file
0
mirai-console-wrapper/build.gradle.kts
Normal file
@ -198,11 +198,12 @@ object MiraiCoreLoader {
|
||||
MiraiConsole.logger("Core:" + getCore())
|
||||
MiraiConsole.logger("Protocol:" + getProtocolLib())
|
||||
|
||||
|
||||
MiraiCoreClassLoader(
|
||||
(getCore()!!),
|
||||
this.javaClass.classLoader
|
||||
)
|
||||
.loadClass("net.mamoe.mirai.BotFactory")
|
||||
.loadClass("net.mamoe.mirai.BotImpl")
|
||||
|
||||
|
||||
MiraiCoreClassLoader(
|
||||
|
Loading…
Reference in New Issue
Block a user