💡 add scheduler docstring

This commit is contained in:
yanyongyu
2020-09-13 00:18:31 +08:00
parent caa170bc33
commit 60c70804ed
7 changed files with 106 additions and 10 deletions

View File

@ -76,6 +76,14 @@ module.exports = context => ({
title: "nonebot.typing 模块",
path: "typing"
},
{
title: "nonebot.config 模块",
path: "config"
},
{
title: "nonebot.sched 模块",
path: "sched"
},
{
title: "nonebot.log 模块",
path: "log"
@ -83,10 +91,6 @@ module.exports = context => ({
{
title: "nonebot.exception 模块",
path: "exception"
},
{
title: "nonebot.config 模块",
path: "config"
}
]
}