diff --git a/handler/scoresaber/score.go b/handler/scoresaber/score.go index 842c9ed..8528da9 100644 --- a/handler/scoresaber/score.go +++ b/handler/scoresaber/score.go @@ -27,7 +27,7 @@ func init() { handler.RegisterHelpInform("最新ss", "scoresaber", "查看您的最新游戏记录") handler.RegisterHandler("截ss", screenshotSS, constants.LEVEL_USER) handler.RegisterHelpInform("ss+n", "scoresaber", "区排名升高n位还需要打出多少pp") - handler.RegisterHandler("ss+", ssPlusN, constants.LEVEL_USER) + handler.RegisterFrontMatchHandler("ss+", ssPlusN, constants.LEVEL_USER) // handler.RegisterHelpInform("截ss", "scoresaber", "scoresaber主页截图") // handler.RegisterHandler("jss", screenshotSS, constants.LEVEL_USER) }