File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " io.github.samarium150"
13
- version = " 6.0.7 "
13
+ version = " 6.0.8 "
14
14
15
15
repositories {
16
16
mavenCentral()
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import java.net.Proxy
35
35
object MiraiConsoleLolicon : KotlinPlugin(
36
36
JvmPluginDescription (
37
37
id = "io.github.samarium150.mirai.plugin.mirai-console-lolicon",
38
- version = "6.0.7 ",
38
+ version = "6.0.8 ",
39
39
name = "Lolicon "
40
40
) {
41
41
author("Samarium150 ")
@@ -75,20 +75,17 @@ object MiraiConsoleLolicon : KotlinPlugin(
75
75
socketTimeoutMillis = third
76
76
}
77
77
}
78
+ expectSuccess = true
78
79
}
79
80
80
81
Lolicon .trusted
81
82
Lolicon .register()
82
-
83
- logger.info(" Plugin loaded" )
84
83
}
85
84
86
85
override fun onDisable () {
87
86
88
87
Lolicon .unregister()
89
88
90
89
client.close()
91
-
92
- logger.info(" Plugin unloaded" )
93
90
}
94
91
}
You can’t perform that action at this time.
0 commit comments