💡 add utils docstring

This commit is contained in:
yanyongyu
2020-09-13 00:43:31 +08:00
parent 60c70804ed
commit ce2700c1d2
6 changed files with 101 additions and 0 deletions

View File

@ -88,6 +88,10 @@ module.exports = context => ({
title: "nonebot.log 模块",
path: "log"
},
{
title: "nonebot.utils 模块",
path: "utils"
},
{
title: "nonebot.exception 模块",
path: "exception"