Skip to content

Commit aab2f8f

Browse files
committed
add alias of login command
1 parent 16047c8 commit aab2f8f

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
@@ -53,7 +53,7 @@ object BotEventRouteService : AbstractPluginManagedService() {
5353
}
5454
}
5555
PluginMain.targetBotInstance.eventChannel.subscribeFriendMessages {
56-
finding(Regex("^登录超级(课程表|课表)")) {
56+
finding(Regex("^登[录陆]超级(课程表|课表)")) {
5757
interactiveConversation(this@BotEventRouteService, eachTimeLimit = 30000L) {
5858
send("请输入超级课表账号")
5959
receivePlain(key = "account")

0 commit comments

Comments
 (0)