chore: 修改权限提示内容

This commit is contained in:
lixiangwuxian 2024-10-20 15:47:50 +08:00
parent 33ef75c54f
commit 7dfde04639

View File

@ -44,7 +44,7 @@ func TryExecHandler(msg model.Message, level constants.PermissionLevel, handler
return handler(msg) return handler(msg)
} }
return model.Reply{ return model.Reply{
ReplyMsg: "权限不足,有需要请联系管理员", ReplyMsg: "权限校验错误",
ReferOriginMsg: true, ReferOriginMsg: true,
FromMsg: msg, FromMsg: msg,
} }