mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +08:00
Pure mode supported
This commit is contained in:
parent
7bb482de8d
commit
2a82fe6b80
@ -80,6 +80,9 @@ object MiraiConsole {
|
|||||||
|
|
||||||
fun stop() {
|
fun stop() {
|
||||||
PluginManager.disableAllPlugins()
|
PluginManager.disableAllPlugins()
|
||||||
|
bots.forEach {
|
||||||
|
it.get()?.close()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
object HTTPAPIAdaptar {
|
object HTTPAPIAdaptar {
|
||||||
|
Loading…
Reference in New Issue
Block a user