Pure mode supported

This commit is contained in:
jiahua.liu 2020-02-17 16:50:38 +08:00
parent 7bb482de8d
commit 2a82fe6b80

View File

@ -80,6 +80,9 @@ object MiraiConsole {
fun stop() { fun stop() {
PluginManager.disableAllPlugins() PluginManager.disableAllPlugins()
bots.forEach {
it.get()?.close()
}
} }
object HTTPAPIAdaptar { object HTTPAPIAdaptar {