Skip to content

Commit b8cb2c3

Browse files
committed
Fix: help message is too long
1 parent bf74aff commit b8cb2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/stageguard/sctimetable/service/BotEventRouteService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ object BotEventRouteService : AbstractPluginManagedService() {
213213
"修改提前提醒时间" - 修改上课提前多长时间提醒
214214
"状态" - 查看超级课表课程提醒QQ机器人的运行情况
215215
216-
注意:当前处于初代测试阶段,如使用过程中有任何问题,请联系机器人主人或于 https://github.com/KonnyakuCamp/SuperCourseTimetableBot 中新建 ISSUE 来反馈
216+
注意:当前处于初代测试阶段。
217217
""".trimIndent())
218218
}
219219
plainText.startsWith("状态") -> launch(PluginMain.coroutineContext) {

0 commit comments

Comments
 (0)