新增注册系统

This commit is contained in:
2025-10-29 15:49:39 +08:00
parent 37fccb3021
commit 27aee22f62
5 changed files with 341 additions and 10 deletions

View File

@@ -63,6 +63,10 @@ class CommandParser:
# 统计
'.stats': 'stats',
'.统计': 'stats',
# 用户注册系统
'.register': 'register',
'.注册': 'register',
}
# 机器人名称模式(用于从@消息中提取)