💡 add permission docstring

This commit is contained in:
yanyongyu
2020-09-14 20:48:03 +08:00
parent 75df494de2
commit fe35e8956b
8 changed files with 256 additions and 2 deletions

View File

@ -92,6 +92,10 @@ module.exports = context => ({
title: "nonebot.rule 模块",
path: "rule"
},
{
title: "nonebot.permission 模块",
path: "permission"
},
{
title: "nonebot.utils 模块",
path: "utils"