diff --git a/handler/beatleader/beatleader.go b/handler/beatleader/beatleader.go index c2266e4..0da141c 100644 --- a/handler/beatleader/beatleader.go +++ b/handler/beatleader/beatleader.go @@ -25,7 +25,7 @@ func init() { handler.RegisterHelpInform("解绑bl", "beatleader", "解绑bl 解绑您的beatleader账号") handler.RegisterHandler("最新bl", getMyRecentScore, constants.LEVEL_USER) handler.RegisterHelpInform("最新bl", "beatleader", "最新bl 查看您的最新游戏记录") - handler.RegisterHandler("bl+", blPlus, constants.LEVEL_USER) + handler.RegisterFrontMatchHandler("bl+", blPlus, constants.LEVEL_USER) handler.RegisterHelpInform("bl+", "beatleader", "bl+ 查看您需要打多少pp才能达到当前区服的第N名") handler.RegisterHandler("截bl", screenShotBL, constants.LEVEL_USER) handler.RegisterHelpInform("截bl", "beatleader", "截bl 截bl 截bl主页截图")