✏️ fix builtin typo #96

This commit is contained in:
yanyongyu 2020-12-03 13:02:34 +08:00
parent f332199baa
commit b47bef3ef6

View File

@ -11,7 +11,7 @@ import nonebot
nonebot.init()
# 加载 nonebot 内置插件
nonebot.load_bulitin_plugins()
nonebot.load_builtin_plugins()
app = nonebot.get_asgi()