refactor: 移除不必要的注册处理器和帮助信息,简化初始化逻辑

This commit is contained in:
lixiangwuxian 2025-05-03 23:39:37 +08:00
parent 8759a2ce65
commit e747be9918

View File

@ -27,8 +27,6 @@ func init() {
handler.RegisterHandler("截ss", screenshotSS, constants.LEVEL_USER)
handler.RegisterHelpInform("ss+n", "scoresaber", "区排名升高n位还需要打出多少pp")
handler.RegisterFrontMatchHandler("ss+", ssPlusN, constants.LEVEL_USER)
// handler.RegisterHelpInform("截ss", "scoresaber", "scoresaber主页截图")
// handler.RegisterHandler("jss", screenshotSS, constants.LEVEL_USER)
}
func ssPlusN(msg model.Message) (reply *model.Reply) {