We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16047c8 commit aab2f8fCopy full SHA for aab2f8f
1 file changed
src/main/kotlin/stageguard/sctimetable/service/BotEventRouteService.kt
@@ -53,7 +53,7 @@ object BotEventRouteService : AbstractPluginManagedService() {
53
}
54
55
PluginMain.targetBotInstance.eventChannel.subscribeFriendMessages {
56
- finding(Regex("^登录超级(课程表|课表)")) {
+ finding(Regex("^登[录陆]超级(课程表|课表)")) {
57
interactiveConversation(this@BotEventRouteService, eachTimeLimit = 30000L) {
58
send("请输入超级课表账号")
59
receivePlain(key = "account")
0 commit comments