We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf74aff commit b8cb2c3Copy full SHA for b8cb2c3
1 file changed
src/main/kotlin/stageguard/sctimetable/service/BotEventRouteService.kt
@@ -213,7 +213,7 @@ object BotEventRouteService : AbstractPluginManagedService() {
213
"修改提前提醒时间" - 修改上课提前多长时间提醒
214
"状态" - 查看超级课表课程提醒QQ机器人的运行情况
215
216
- 注意:当前处于初代测试阶段,如使用过程中有任何问题,请联系机器人主人或于 https://github.com/KonnyakuCamp/SuperCourseTimetableBot 中新建 ISSUE 来反馈。
+ 注意:当前处于初代测试阶段。
217
""".trimIndent())
218
}
219
plainText.startsWith("状态") -> launch(PluginMain.coroutineContext) {
0 commit comments